[eventlet-removal] Remove "logger" mechanism from ML2/OVN CI jobs
The "logger" mechanism is a testing class that is still calling monkey_patch. This mechanism driver is not relevant nor neccessary for the ML2/OVN CI jobs. Change-Id: Ie8d7c3e0807bf5007289ca47c58c78056d511cc0
This commit is contained in:
@@ -271,7 +271,10 @@
|
|||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
Q_AGENT: ovn
|
Q_AGENT: ovn
|
||||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
||||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
|
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
|
||||||
|
# driver has been removed from this list. Re-add it once the removal
|
||||||
|
# is finished or the mech driver does not call monkey_patch().
|
||||||
|
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn
|
||||||
Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
|
Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
|
||||||
Q_ML2_TENANT_NETWORK_TYPE: geneve
|
Q_ML2_TENANT_NETWORK_TYPE: geneve
|
||||||
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
||||||
@@ -353,7 +356,10 @@
|
|||||||
dstat: true
|
dstat: true
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
Q_AGENT: ovn
|
Q_AGENT: ovn
|
||||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
|
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
|
||||||
|
# driver has been removed from this list. Re-add it once the removal
|
||||||
|
# is finished or the mech driver does not call monkey_patch().
|
||||||
|
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn
|
||||||
Q_ML2_TENANT_NETWORK_TYPE: geneve
|
Q_ML2_TENANT_NETWORK_TYPE: geneve
|
||||||
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
||||||
PHYSICAL_NETWORK: public
|
PHYSICAL_NETWORK: public
|
||||||
|
|||||||
Reference in New Issue
Block a user