Created
January 28, 2016 23:34
-
-
Save danehans/dcf4e759fc21be5bf39f to your computer and use it in GitHub Desktop.
devstack for magnum
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
$ cat local.conf | |
[[local|localrc]] | |
VOLUME_BACKING_FILE_SIZE=100G | |
#GLANCE_BRANCH=1.0.0.0b1 | |
#GLANCE_BRANCH=2015.1.2 | |
#NOVA_BRANCH=2015.1.2 | |
#KEYSTONE_BRANCH=2015.1.2 | |
#HEAT_BRANCH=2015.1.2 | |
#CINDER_BRANCH=2015.1.2 | |
#HORIZON_BRANCH=2015.1.2 | |
#NEUTRON_BRANCH=2015.1.2 | |
HOST_IP=172.29.74.86 | |
MYSQL_PASSWORD=nova | |
RABBIT_PASSWORD=nova | |
SERVICE_TOKEN=nova | |
SERVICE_PASSWORD=nova | |
ADMIN_PASSWORD=nova | |
DATABASE_PASSWORD=nova | |
RABBIT_PASSWORD=nova | |
SERVICE_TOKEN=nova | |
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit | |
enable_service mysql | |
disable_service n-net | |
enable_service q-svc | |
enable_service q-agt | |
enable_service q-l3 | |
enable_service q-dhcp | |
enable_service q-meta | |
enable_service neutron | |
enable_service heat | |
FIXED_RANGE=192.168.0.0/24 | |
NETWORK_GATEWAY=192.168.0.1 | |
Q_FLOATING_ALLOCATION_POOL=start=10.30.118.168,end=10.30.118.174 | |
FLOATING_RANGE=10.30.118.160/28 | |
PUBLIC_NETWORK_GATEWAY=10.30.118.161 | |
NOVA_USE_QUANTUM_API=v2 | |
VERBOSE=True | |
DEBUG=True | |
#LOG_COLOR=False | |
LOGFILE=/opt/stack/logs/stack.sh.log | |
SCREEN_LOGDIR=/opt/stack/logs | |
#RECLONE=no | |
#OFFLINE=True | |
enable_plugin magnum https://github.com/openstack/magnum | |
PUBLIC_INTERFACE=p6p1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment