Add mistral plugin to Tacker

Network Services implementation in Tacker is done by generating
Mistral workflows. This patch will add mistral to devstack projects.

Change-Id: I695d4244bbb4463a0d29415523a6e7c57b9c7242
This commit is contained in:
Bharath Thiruveedula 2017-01-16 16:25:56 +05:30
parent 463652ad0f
commit 33aca31aeb
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
export PROJECTS="openstack/ceilometer $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin networking-sfc http://git.trystack.cn/openstack/networking-sfc"
export PROJECTS="openstack/networking-sfc $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin mistral git://git.openstack.org/openstack/mistral"
export PROJECTS="openstack/mistral $PROJECTS"
esac
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE