Created
August 31, 2014 15:16
-
-
Save sshnaidm/d0b65cfa6a4a643e1691 to your computer and use it in GitHub Desktop.
Devstack 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]] | |
ADMIN_PASSWORD=Cisco123 | |
DATABASE_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_TOKEN=1112f596-76f3-11e3-b3b2-e716f9080d50 | |
MYSQL_PASSWORD=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 q-lbaas | |
enable_service neutron | |
enable_service tempest | |
#HORIZON_REPO=https://github.com/openstack/horizon | |
#HORIZON_BRANCH=master | |
#CINDER_REPO=https://github.com/openstack/cinder.git | |
#CINDER_BRANCH=master | |
#CINDERCLIENT_REPO=https://github.com/openstack/python-cinderclient.git | |
#CINDERCLIENT_BRANCH=master | |
#NOVA_REPO=https://github.com/openstack/nova.git | |
#NOVA_BRANCH=master | |
#NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git | |
#NOVACLIENT_BRANCH=master | |
#GLANCE_REPO=https://github.com/openstack/glance.git | |
#GLANCE_BRANCH=master | |
#GLANCECLIENT_REPO=https://github.com/openstack/python-glanceclient.git | |
#KEYSTONE_REPO=https://github.com/openstack/keystone.git | |
#KEYSTONE_BRANCH=master | |
#KEYSTONECLIENT_REPO=https://github.com/openstack/python-keystoneclient.git | |
#KEYSTONECLIENT_BRANCH=master | |
#NEUTRON_REPO=https://github.com/openstack/neutron.git | |
#NEUTRON_BRANCH=master | |
#NEUTRONCLIENT_REPO=https://github.com/openstack/python-neutronclient.git | |
#NEUTRONCLIENT_BRANCH=master | |
#HEAT_REPO=https://github.com/sjcorbett/heat.git | |
#HEAT_BRANCH=master | |
#TEMPEST_REPO=https://github.com/CiscoSystems/tempest.git | |
#TEMPEST_BRANCH=master-in-use | |
NOVA_USE_NEUTRON_API=v2 | |
VOLUME_BACKING_FILE_SIZE=2052M | |
API_RATE_LIMIT=False | |
VERBOSE=True | |
DEBUG=True | |
LOGFILE=/home/stack/stack.sh.log | |
USE_SCREEN=True | |
SCREEN_LOGDIR=/opt/stack/logs | |
IP_VERSION=4 | |
MGMT_NET=4 | |
IPV6_PRIVATE_RANGE=2001:dead:beef:deed::/64 | |
IPV6_NETWORK_GATEWAY=2001:dead:beef:deed::1 | |
REMOVE_PUBLIC_BRIDGE=False | |
RECLONE=True | |
#OFFLINE=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment