e4c18905a9
This patch enables logging to journal for the Neutron OVN Metadata Agent service. Change-Id: If1b73b1d14b1d3be4fdfad5a9b91d2f048a640e2
19 lines
471 B
Django/Jinja
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
|