Created
December 15, 2014 17:57
-
-
Save achanda/e1b2607e699fb29b0b72 to your computer and use it in GitHub Desktop.
Working bare min local conf with neutron
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]] | |
ADMIN_PASSWORD=secrete | |
DATABASE_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 | |
HOST_IP=10.240.144.35 | |
FIXED_RANGE=10.0.0.0/24 | |
FLOATING_RANGE=192.168.27.0/24 | |
PUBLIC_NETWORK_GATEWAY=192.168.27.2 | |
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 | |
# Optional, to enable tempest configuration as part of DevStack | |
enable_service tempest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment