Add required devstack plugins for standalone installation

Change-Id: I52759432c05be615932c2acbfc32aa2aaa3585a2
Co-Authored-By: Lei Xu <xulei56@chinaunicom.cn>
Closes-bug: #1708623
This commit is contained in:
yong sheng gong 2017-08-04 16:57:06 +08:00
parent e31015cd75
commit dabaa5f961
1 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@ SCREEN_LOGDIR=$DEST/logs/screen
VERBOSE=True
ENABLE_DEBUG_LOG_LEVEL=True
ENABLE_VERBOSE_LOG_LEVEL=True
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
TACKER_MODE=standalone
enable_plugin tacker https://github.com/openstack/tacker master
USE_BARBICAN=True
enable_plugin networking-sfc ${GIT_BASE}/openstack/networking-sfc
enable_plugin barbican ${GIT_BASE}/openstack/barbican
enable_plugin mistral ${GIT_BASE}/openstack/mistral
enable_plugin tacker ${GIT_BASE}/openstack/tacker