[WSGI] Move all OVN jobs to use WSGI API module (2)
Jobs migrated: * neutron-tempest-plugin-designate-scenario Related-Bug: #2069581 Related-Bug: #2069831 Topic: eventlet-deprecation Change-Id: I2bad6303c15bd018c23d5a2086043c56adafc08c
This commit is contained in:
parent
573033c7ec
commit
fc6ae7f5f1
@ -245,6 +245,8 @@
|
||||
override-checkout: stable/2023.1
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-2023-1
|
||||
|
@ -240,6 +240,8 @@
|
||||
override-checkout: stable/2023.2
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-2023-2
|
||||
|
@ -239,6 +239,8 @@
|
||||
override-checkout: stable/2024.1
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-2024-1
|
||||
|
@ -241,6 +241,8 @@
|
||||
override-checkout: stable/2024.2
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-2024-2
|
||||
|
@ -1037,6 +1037,7 @@
|
||||
# empty
|
||||
ADVANCED_IMAGE_NAME: ""
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_plugins:
|
||||
designate: https://opendev.org/openstack/designate.git
|
||||
devstack_services:
|
||||
|
@ -215,6 +215,8 @@
|
||||
override-checkout: 0.16.0
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-wallaby
|
||||
|
@ -203,6 +203,8 @@
|
||||
required-projects: *required-projects-xena
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-xena
|
||||
|
@ -218,6 +218,8 @@
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-yoga
|
||||
|
@ -228,6 +228,8 @@
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-zed
|
||||
|
Loading…
Reference in New Issue
Block a user