e801e35d26
Change-Id: I4116e1380bdf48bb8a229c7d6967e67b4ddafaf8
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[[local|localrc]]
|
|
BRANCH=stable/newton
|
|
# NOTE: We need to specify a branch explicitly until DevStack stable branch
|
|
# is prepared. At now, swift has no stable/newton branch.
|
|
CINDER_BRANCH=$BRANCH
|
|
GLANCE_BRANCH=$BRANCH
|
|
HEAT_BRANCH=$BRANCH
|
|
HORIZON_BRANCH=$BRANCH
|
|
KEYSTONE_BRANCH=$BRANCH
|
|
NEUTRON_BRANCH=$BRANCH
|
|
NOVA_BRANCH=$BRANCH
|
|
SWIFT_BRANCH=master
|
|
|
|
# When OS_CLOUD envvar is set, DevStack will be confused.
|
|
unset OS_CLOUD
|
|
|
|
# Ensure to fetch the latest repository when rerunning DevStack
|
|
RECLONE=True
|
|
|
|
# Translation check site usually does not use tempest.
|
|
disable_service tempest
|
|
|
|
enable_service heat h-api h-api-cfn h-api-cw h-eng
|
|
enable_service s-proxy s-object s-container s-account
|
|
|
|
enable_plugin neutron https://git.openstack.org/openstack/neutron $BRANCH
|
|
enable_service q-qos
|
|
|
|
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas $BRANCH
|
|
|
|
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=change_me
|
|
MYSQL_PASSWORD=change_me
|
|
RABBIT_PASSWORD=change_me
|
|
SERVICE_PASSWORD=change_me
|