Turn off wsgi in unmaintained branch jobs
Got missed when default switched in [1].
[1] https://review.opendev.org/935627
Topic: eventlet-deprecation
Change-Id: I23e4e412187b1ea54b680146ebd67690ad8b879a
diff --git a/zuul.d/wallaby_jobs.yaml b/zuul.d/wallaby_jobs.yaml
index 6f89984..5b35bbc 100644
--- a/zuul.d/wallaby_jobs.yaml
+++ b/zuul.d/wallaby_jobs.yaml
@@ -9,6 +9,8 @@
override-checkout: 1.8.0
- openstack/tempest
vars:
+ devstack_localrc:
+ NEUTRON_DEPLOY_MOD_WSGI: false
tempest_concurrency: 4
tempest_test_regex: ^neutron_tempest_plugin\.api
# TODO(slaweq): find a way to put this list of extensions in
diff --git a/zuul.d/xena_jobs.yaml b/zuul.d/xena_jobs.yaml
index 5eb385f..b03b6c5 100644
--- a/zuul.d/xena_jobs.yaml
+++ b/zuul.d/xena_jobs.yaml
@@ -9,6 +9,8 @@
override-checkout: 2.3.0
- openstack/tempest
vars:
+ devstack_localrc:
+ NEUTRON_DEPLOY_MOD_WSGI: false
tempest_concurrency: 4
tempest_test_regex: ^neutron_tempest_plugin\.api
# TODO(slaweq): find a way to put this list of extensions in
diff --git a/zuul.d/yoga_jobs.yaml b/zuul.d/yoga_jobs.yaml
index 69f8dee..be6c65e 100644
--- a/zuul.d/yoga_jobs.yaml
+++ b/zuul.d/yoga_jobs.yaml
@@ -9,6 +9,8 @@
override-checkout: 2.6.0
- openstack/tempest
vars:
+ devstack_localrc:
+ NEUTRON_DEPLOY_MOD_WSGI: false
tempest_concurrency: 4
tempest_test_regex: ^neutron_tempest_plugin\.api
# TODO(slaweq): find a way to put this list of extensions in