Fix OVN metadata protocol to point https
In OSA recently we moved all our LB endpoint vips to https or all SSL and that break ovn metadata which was default using http. This patch will fix that and allow us to override variable. Change-Id: Ia9189adae01d8515e392abdbede7fd7b3f89e02e
This commit is contained in:
parent
1403c6308b
commit
e5e3ccfae6
@ -9,6 +9,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user