sahara: force nova-network in the only nova-network job

The default is now Neutron.

Change-Id: I69b58b3381c0c750f0ba3a68e7dc269b567a5759
This commit is contained in:
Luigi Toscano 2016-11-11 14:59:05 +01:00
parent 0e067ce7b8
commit 80a5d211a2
1 changed files with 3 additions and 1 deletions

View File

@ -311,7 +311,9 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
if [ "{network}" == "neutron" ] ; then
if [ "{network}" == "nova" ] ; then
export DEVSTACK_GATE_NEUTRON=0
else
export DEVSTACK_GATE_NEUTRON=1
fi