Skip to content

Commit

Permalink
Merge pull request #56 from AurelienLourot/fix-debug
Browse files Browse the repository at this point in the history
Comply with config option `debug=true`
  • Loading branch information
freyes authored Dec 3, 2021
2 parents 412e098 + 5ae386e commit 6b94b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/networking_ovn_metadata_agent.ini
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 6b94b99

Please sign in to comment.