Last active
December 22, 2015 19:39
-
-
Save amotoki/6520741 to your computer and use it in GitHub Desktop.
devstack all-in-one localrc for Havana
This file contains 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
# Neutron | |
# To use nova-network, comment out the following | |
PRIVATE_NETWORK_NAME=net1 | |
PUBLIC_NETWORK_NAME=ext_net | |
Q_PLUGIN=ml2 | |
disable_service n-net | |
enable_service neutron q-svc q-agt | |
enable_service q-dhcp | |
enable_service q-l3 | |
enable_service q-meta | |
enable_service q-lbaas | |
enable_service q-fwaas | |
enable_service q-vpn | |
# Heat | |
enable_service heat h-api h-api-cfn h-api-cw h-eng | |
# Ceilometer | |
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api | |
CEILOMETER_BACKEND=mongo | |
# Swift | |
enable_service s-proxy s-object s-container s-account | |
# Database backend | |
#disable_service mysql | |
#enable_service postgresql | |
# Disable default enabled services | |
#disable_service cinder c-sch c-api c-vol | |
#disable_service tempest | |
#disable_service horizon | |
# Keystone | |
#KEYSTONE_TOKEN_FORMAT=UUID | |
#----------------------------- | |
# Devstack configurations | |
#----------------------------- | |
LOGDIR=$DEST/logs | |
SCREEN_LOGDIR=$LOGDIR | |
SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m /%d %c" | |
LOGFILE=$LOGDIR/devstack.log | |
#LOG_COLOR=False | |
ADMIN_PASSWORD=samplepass | |
MYSQL_PASSWORD=stackdb | |
RABBIT_PASSWORD=stackqueue | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_TOKEN=xyzpdqlazydog | |
IMAGE_URLS=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz | |
IMAGE_URLS+=,http://openvswitch.org/tty-quantum.tgz | |
#OFFLINE=True | |
#RECLONE=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment