Skip to content

Instantly share code, notes, and snippets.

@ianychoi
Created June 26, 2016 23:06
Show Gist options
  • Save ianychoi/dccc3e4df8f9cedd79a5fa505af8a139 to your computer and use it in GitHub Desktop.
Save ianychoi/dccc3e4df8f9cedd79a5fa505af8a139 to your computer and use it in GitHub Desktop.
[[local|localrc]]
# 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-fwaas
enable_service q-metering
enable_service neutron
Q_PLUGIN=ml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment