Last active
August 29, 2015 14:06
-
-
Save rstarmer/29b54c26b32387b392f2 to your computer and use it in GitHub Desktop.
local.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
# Uncomment the next line after you've run devstack once if you don't want to try to download everything again. | |
#OFFLINE=true | |
#VIRT_DRIVER=docker | |
# Set default passwords, further accelerate deployment, maybe make this less generic if you're in an environment where someone may 'play' with your system | |
ADMIN_PASSWORD=ubuntu | |
DATABASE_PASSWORD=ubuntu | |
RABBIT_PASSWORD=ubuntu | |
SERVICE_PASSWORD=ubuntu | |
# This is the token used to set up Keystone - It just needs to be a long generic string | |
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 | |
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 q-lbaas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment