[WSGI] Move all OVS jobs to use WSGI API module (2)
Two jobs were missing from [1]: * neutron-ovs-tempest-multinode-full * neutron-ovs-tempest-slow [1]https://review.opendev.org/c/openstack/neutron/+/923711 Related-Bug: #2069581 Topic: eventlet-deprecation Change-Id: I822ed795f32d9c4ef8bcb95340c126ccfa439b12
This commit is contained in:
parent
6d05519e93
commit
3552c334c0
@ -219,6 +219,7 @@
|
||||
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
||||
Q_AGENT: openvswitch
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_plugins:
|
||||
neutron: https://opendev.org/openstack/neutron.git
|
||||
devstack_services:
|
||||
@ -308,6 +309,7 @@
|
||||
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
||||
Q_AGENT: openvswitch
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_services:
|
||||
br-ex-tcpdump: true
|
||||
br-int-flows: true
|
||||
|
Loading…
Reference in New Issue
Block a user