[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
This commit is contained in:
Rodolfo Alonso Hernandez 2023-03-07 19:21:01 +01:00
parent 962b4f9bb9
commit c8ccf2ffbb
1 changed files with 1 additions and 1 deletions

View File

@ -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