Created
December 18, 2013 15:52
-
-
Save amuessig/8024678 to your computer and use it in GitHub Desktop.
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
DATABASE_PASSWORD=password | |
RABBIT_PASSWORD=password | |
SERVICE_TOKEN=23de8a6122bd3f9afdcf | |
SERVICE_PASSWORD=74857beec2462815f2a6 | |
ADMIN_PASSWORD=secrete | |
LOGFILE=/opt/stack/logs/stack.sh.log | |
VERBOSE=True | |
LOG_COLOR=True | |
SCREEN_LOGDIR=/opt/stack/logs | |
DATABASE_TYPE=mysql | |
# localrc for the controller node | |
MULTI_HOST=true | |
HOST_IP=172.16.34.11 | |
# add n-novnc if you want to run nova-compute on the controller node too | |
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-sch,n-cauth,horizon,mysql,rabbit,sysstat,n-cond,n-novnc,n-xvnc,n-cpu | |
disable_service c-api c-sch c-vol cinder | |
enable_service n-vol | |
disable_service n-net | |
enable_service q-svc | |
enable_service q-dhcp | |
enable_service q-meta | |
enable_service neutron | |
Q_PLUGIN=bigswitch_floodlight | |
BS_FL_CONTROLLERS_PORT=172.16.150.6:8080,localhost:8080 | |
Q_OVS_USE_VETH=true | |
IMAGE_URLS="https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img" | |
#NEUTRON_REPO=https://github.com/openstack/neutron | |
#NEUTRON_BRANCH=stable/havana | |
#NEUTRONCLIENT_BRANCH=stable/havana | |
NOVA_BRANCH=stable/havana | |
NOVACLIENT_BRANCH=stable/havana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment