Fix senlin integration test

zaqar-ui installation was enabled in Zaqar devstack plugin
recently. This change breaks Senlin integration test for
zaqar-ui project name is not in $PROJECTS list. This patch
fixes this issue.

Change-Id: Ic96c1ea21bb1f6a6f79316cd38eba344928503e9
This commit is contained in:
yanyanhu 2016-11-06 22:53:24 -05:00
parent f1ca5b61c4
commit c05f5445bc

View File

@ -36,6 +36,7 @@
# Enable Zaqar
export PROJECTS="openstack/zaqar $PROJECTS"
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"
export ENABLED_SERVICES
fi