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
This commit is contained in:
yatinkarel 2025-01-06 19:58:18 +05:30
parent 82d62ad699
commit db447e58c8
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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