Mutlinode fixup - let Watcher plugin install CLI
The Watcher multinode experimental job is currently not working due to the fact that the DEVSTACK_PROJECT_FROM_GIT variable is actually shared by both the primary node and the subnodes. Therefore, I removed it from the multinode job to let the Watcher plugin deal with this using 'is_service_enabled' to detect whether we are on the primary node or not. Change-Id: I292d109c89c9f07b1440a215d6c50b9243df9abe
This commit is contained in:
parent
71e0b2c394
commit
5eb57c7bae
@ -27,7 +27,6 @@
|
||||
export DEVSTACK_GATE_TOPOLOGY="multinode"
|
||||
export PROJECTS="openstack/watcher $PROJECTS"
|
||||
export PROJECTS="openstack/python-watcherclient $PROJECTS"
|
||||
export DEVSTACK_PROJECT_FROM_GIT=python-watcherclient
|
||||
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user