From 7276eb64766245fec213a1f3d6594c44d0ab6f5d Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 7 Mar 2023 19:21:01 +0100 Subject: [PATCH] [OVN] Change oslo config options entry point for the OVN agent The correct value, as defined in the namespace of the oslo config file, is "neutron.ml2.ovn.agent". Closes-Bug: #2009678 Change-Id: I1024c6248a2f98555109c1a305c35ea11ae69b51 (cherry picked from commit c8ccf2ffbb6434b3f5826b85973d7c7744138678) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 53684cc7245..da9e0c09498 100644 --- a/setup.cfg +++ b/setup.cfg @@ -175,7 +175,7 @@ oslo.config.opts = neutron.ml2.ovn = neutron.conf.plugins.ml2.drivers.ovn.ovn_conf:list_opts neutron.ml2.ovs.agent = neutron.opts:list_ovs_opts neutron.ml2.sriov.agent = neutron.opts:list_sriov_agent_opts - neutron.ovn.agent = neutron.conf.agent.ovn.ovn_neutron_agent.config:list_ovn_neutron_agent_opts + neutron.ml2.ovn.agent = neutron.conf.agent.ovn.ovn_neutron_agent.config:list_ovn_neutron_agent_opts neutron.ovn.metadata.agent = neutron.conf.agent.ovn.metadata.config:list_metadata_agent_opts nova.auth = neutron.opts:list_nova_auth_opts placement.auth = neutron.opts:list_placement_auth_opts