Created
October 22, 2014 08:16
-
-
Save orimanabu/8c7841c345fe14f84820 to your computer and use it in GitHub Desktop.
devstack localrc for juno on ubuntu14.04
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
HOST_IP=172.16.143.89 | |
DEST=/opt/stack | |
LOGFILE=stack.sh.log | |
VERBOSE=True | |
LOG_COLOR=True | |
SCREEN_LOGDIR=${DEST}/logs/screen | |
FLOATING_RANGE=172.16.99.0/24 | |
FIXED_RANGE=172.16.89.0/24 | |
FIXED_NETWORK_SIZE=256 | |
FLAT_INTERFACE=eth0 | |
PUBLIC_NETWORK_GATEWAY=172.16.99.1 | |
NETWORK_GATEWAY=172.16.89.1 | |
ADMIN_PASSWORD=admin | |
MYSQL_PASSWORD=admin | |
RABBIT_PASSWORD=rabbit | |
SERVICE_PASSWORD=service | |
SERVICE_TOKEN=service | |
GLANCE_BRANCH=stable/juno | |
HORIZON_BRANCH=stable/juno | |
KEYSTONE_BRANCH=stable/juno | |
NOVA_BRANCH=stable/juno | |
NEUTRON_BRANCH=stable/juno | |
#HEAT_BRANCH=stable/juno | |
#CEILOMETER_BRANCH=stable/juno | |
DISABLED_SERVICES=n-net | |
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron | |
#ENABLED_SERVICES+=,q-lbaas | |
#ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng | |
#HEAT_STANDALONE=True | |
#ENABLED_SERVICES+=,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api | |
#ENABLED_SERVICES+=,ceilometer-alarm-notify,ceilometer-alarm-eval |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment