From abfa8940b16e3fdf8120042919646cdf3f1e32aa Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 2 Feb 2023 13:26:35 +0100 Subject: [PATCH] [OVN] Fix the OVN Agent config file location The "ovn_agent.ini" file should be in "/etc/neutron/plugins/ml2", same as any other ML2 mechanism driver agent configuration. Related-Bug: #1998608 Change-Id: I3f0e948202b522df162ed67fe669a6ff8e90ab41 --- etc/oslo-config-generator/ovn_agent.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/oslo-config-generator/ovn_agent.ini b/etc/oslo-config-generator/ovn_agent.ini index b4f28858671..2775b37497d 100644 --- a/etc/oslo-config-generator/ovn_agent.ini +++ b/etc/oslo-config-generator/ovn_agent.ini @@ -1,5 +1,5 @@ [DEFAULT] -output_file = etc/ovn_agent.ini.sample +output_file = etc/neutron/plugins/ml2/ovn_agent.ini.sample wrap_width = 79 namespace = neutron.ml2.ovn.agent