openstack-ansible-os_neutron/templates/neutron_ovn_metadata_agent.ini.j2
James Denton fccf1b75ce Update OVN metadata agent binary name
During the transition from networking-ovn to the neutron tree, the name
of the metadata agent binary changed from networking-ovn-metadata-agent to
neutron-ovn-metadata-agent. This patch updates the service definition to
allow the metadata agent to function.

Change-Id: I69a4e5deed4b21e70afd7dac747375b81e98cb22
2020-06-03 18:53:10 -05:00

15 lines
339 B
Django/Jinja

# {{ ansible_managed }}
[DEFAULT]
debug = {{ debug }}
# 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 }}
[ovs]
ovsdb_connection = unix:{{ neutron_ovs_socket_path }}/db.sock
ovsdb_connection_timeout = 180