fccf1b75ce
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
15 lines
339 B
Django/Jinja
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
|