Merge "Fix rally job of zaqar"

This commit is contained in:
Jenkins 2017-01-26 10:37:39 +00:00 committed by Gerrit Code Review
commit 6976a69b01
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
fi
if [ $DEVSTACK_GATE_ZAQAR -ne 0 ]; then
export PROJECTS="openstack/python-zaqarclient $PROJECTS"
export PROJECTS="openstack/zaqar-ui $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin zaqar git://git.openstack.org/openstack/zaqar"
fi
if [ $DEVSTACK_GATE_SENLIN -ne 0 ]; then