Last active
January 25, 2017 06:13
-
-
Save amotoki/dc2db3eabc47addbec43 to your computer and use it in GitHub Desktop.
local.conf (minimum) for master branch (master: newton or later)
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]] | |
unset OS_CLOUD | |
#OFFLINE=True | |
RECLONE=True | |
#disable_service tempest | |
#disable_service horizon | |
enable_service heat h-api h-api-cfn h-api-cw h-eng | |
enable_plugin neutron https://git.openstack.org/openstack/neutron | |
#enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas | |
#enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas | |
enable_service q-qos | |
#enable_service q-lbaas | |
LOGFILE=$DEST/logs/devstack.log | |
SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m /%d %c" | |
LOGDAYS=2 | |
IDENTITY_API_VERSION=3 | |
ADMIN_PASSWORD=nomoresecret | |
MYSQL_PASSWORD=stackdb | |
RABBIT_PASSWORD=stackqueue | |
SERVICE_PASSWORD=$ADMIN_PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment