Make the cells v1 job run explicitly with nova-network
The cells v1 job won't work with neutron, so it has to run with nova-network. As we're looking to globally switch DEVSTACK_GATE_NEUTRON to 1 (the default) in devstack-gate for the master branch (Ocata) if not specified, we need to specify this for the cells v1 job. See I6ece30e823c0cf21fbb2f37568c669dd7d3c6a08 Change-Id: If86b061be095ed5cfc7a5f5594f84abae68baab0
This commit is contained in:
parent
cb0cbc7b83
commit
61a9daa2c5
@ -18,6 +18,9 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_CELLS=1
|
||||
# NOTE(mriedem): Explicitly tell devstack-gate that we need to run
|
||||
# the cells v1 job with nova-network.
|
||||
export DEVSTACK_GATE_NEUTRON=0
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
|
Loading…
Reference in New Issue
Block a user