From 33aca31aeb642dc4d6023ea4ba154caa8b16b098 Mon Sep 17 00:00:00 2001 From: Bharath Thiruveedula Date: Mon, 16 Jan 2017 16:25:56 +0530 Subject: [PATCH] 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 --- jenkins/jobs/tacker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/jobs/tacker.yaml b/jenkins/jobs/tacker.yaml index 2c5fb7805b..523aadb424 100644 --- a/jenkins/jobs/tacker.yaml +++ b/jenkins/jobs/tacker.yaml @@ -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