openstack-ansible-os_neutron/templates/neutron_ovn_metadata_agent.ini.j2
James Denton e4c18905a9 Switch OVN Metadata Agent to journal logging
This patch enables logging to journal for the Neutron OVN
Metadata Agent service.

Change-Id: If1b73b1d14b1d3be4fdfad5a9b91d2f048a640e2
2022-12-06 14:03:39 +00:00

19 lines
471 B
Django/Jinja

# {{ ansible_managed }}
[DEFAULT]
debug = {{ debug }}
use_journal = true
# Nova metadata service IP and port
nova_metadata_host = {{ internal_lb_vip_address }}
# Metadata proxy shared secret
metadata_proxy_shared_secret = {{ nova_metadata_proxy_secret }}
# Protocol to access nova metadata, http or https
nova_metadata_protocol = {{ neutron_nova_metadata_protocol }}
[ovs]
ovsdb_connection = unix:{{ neutron_ovs_socket_path }}/db.sock
ovsdb_connection_timeout = 180