[eventlet-removal] Remove "logger" mechanism from config examples

Same as done in [1], this patch removes the "logger" mechanism from
the OVN devstack configuration examples. This mechanism driver is not
relevant nor neccessary for the ML2/OVN jobs.

[1]https://review.opendev.org/c/openstack/neutron/+/941211

Change-Id: I26103faa05d289089b85625df5f843bb7b9034ad
This commit is contained in:
Rodolfo Alonso Hernandez
2025-06-04 14:43:26 +00:00
parent 21a0588ed8
commit e4a0d153f6
3 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,11 @@ ADMIN_PASSWORD=password
Q_AGENT=ovn Q_AGENT=ovn
NEUTRON_AGENT=$Q_AGENT NEUTRON_AGENT=$Q_AGENT
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,logger
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"

View File

@@ -18,8 +18,11 @@ ADMIN_PASSWORD=password
Q_AGENT=ovn Q_AGENT=ovn
NEUTRON_AGENT=$Q_AGENT NEUTRON_AGENT=$Q_AGENT
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ovn,logger # 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,logger
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"
#SERVICE_HOST= #SERVICE_HOST=

View File

@@ -17,7 +17,11 @@ SERVICE_TOKEN=password
ADMIN_PASSWORD=password ADMIN_PASSWORD=password
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,logger
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"