Fix rally job of zaqar

Recently, we added the Zaqar-UI in Zaqar's devstack when Horizon is
enabled. This is causing the error in Zaqar's Rally job as below:

The /opt/stack/new/zaqar-ui project was not found; if this is a gate
job, add the project to the $PROJECTS variable in the job definition.

This patch is going to fix the issue by add zaqar-ui to the $PROJECTS
variable.

Change-Id: I842501acf1c710bb97eee9ecfbd29758f5a7be26
This commit is contained in:
Fei Long Wang 2017-01-19 11:01:14 +13:00
parent f4040774ce
commit e0e790e8b3
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