Skip to content

Instantly share code, notes, and snippets.

@ianychoi
Created May 9, 2016 07:34
Show Gist options
  • Save ianychoi/df4b471aef688e00f7bdc3c51f7c783e to your computer and use it in GitHub Desktop.
Save ianychoi/df4b471aef688e00f7bdc3c51f7c783e to your computer and use it in GitHub Desktop.
Sample localrc file (Works well even Ubuntu 16.04 LTS with uncommenting the 2nd line)
# For Ubuntu 16.04 LTS
#FORCE=yes
# Logging
DEST=/opt/stack
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
# Credentials
ADMIN_PASSWORD=openstack
MYSQL_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_PASSWORD=openstack
SERVICE_TOKEN=tokentoken
# Neutron - Networking Service
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-metering
enable_service neutron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment