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:
parent
f1ca5b61c4
commit
c05f5445bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user