From 80a5d211a2912dd237ca07594bc2b9a38cdd2349 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 11 Nov 2016 14:59:05 +0100 Subject: [PATCH] sahara: force nova-network in the only nova-network job The default is now Neutron. Change-Id: I69b58b3381c0c750f0ba3a68e7dc269b567a5759 --- jenkins/jobs/sahara.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/sahara.yaml b/jenkins/jobs/sahara.yaml index 3661b2be80..173a4368ec 100644 --- a/jenkins/jobs/sahara.yaml +++ b/jenkins/jobs/sahara.yaml @@ -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