From 5ae386ef58c53f0ec0f05eb017e638c70c1b47f6 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 2 Dec 2021 20:02:49 +0100 Subject: [PATCH] Comply with config option `debug=true` In the neutron-ovn-metadata-agent. --- templates/networking_ovn_metadata_agent.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/networking_ovn_metadata_agent.ini b/templates/networking_ovn_metadata_agent.ini index ef76b97..0dab1a2 100644 --- a/templates/networking_ovn_metadata_agent.ini +++ b/templates/networking_ovn_metadata_agent.ini @@ -1,9 +1,10 @@ ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. -# Configuration managed by neutron-openvswitch charm +# Configuration managed by neutron-openvswitch or ovn-chassis charm ############################################################################### [DEFAULT] +debug = {{ options.debug }} metadata_proxy_shared_secret={{ nova_compute.metadata_shared_secret }} {% if options.openstack_metadata_workers -%} metadata_workers = {{ options.openstack_metadata_workers }}