-
-
Save yuanying/4ef6f55d0d0e9423d0d779e630b75938 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_plugin heat https://git.openstack.org/openstack/heat | |
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_plugin magnum https://git.openstack.org/openstack/magnum | |
enable_plugin magnum-ui https://git.openstack.org/openstack/magnum-ui | |
#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