Skip to content

Commit 990374c

Browse files
committed
[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: Ic8bbcd59ea06ad00255e9a5a640994e9e459a155
1 parent 9ab9569 commit 990374c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zuul.d/base.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
vars:
7676
devstack_localrc:
7777
Q_AGENT: ovn
78-
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
78+
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
79+
# driver has been removed from this list. Re-add it once the removal
80+
# is finished or the mech driver does not call monkey_patch().
81+
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn
7982
Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
8083
Q_ML2_TENANT_NETWORK_TYPE: geneve
8184
USE_PYTHON3: True

0 commit comments

Comments
 (0)