Add mistral-dashboard, python-mistralclient to in tacker jobs

This patch adds mistral-dashboard and python-tackerclient to tacker
jobs.
Change-Id: I011212a9500d7a346daf155c5f8592fe959fb4b8
This commit is contained in:
Bharath Thiruveedula
2017-01-17 16:05:04 +05:30
parent 6c8843dd4b
commit 63c3543519

View File

@@ -36,6 +36,8 @@
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"
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
export PROJECTS="openstack/python-mistralclient $PROJECTS"
esac
if [ "$BRANCH_OVERRIDE" != "default" ] ; then