Fix neutron-metadata-agent to use provided CA for Nova metadata

Change-Id: I48148c56079a2998a8f8606ecd1f185f68733a6d
Partially-implements: blueprint custom-cacerts
This commit is contained in:
Radosław Piliszek 2020-02-25 21:34:48 +01:00
parent 7c200db70e
commit 1d30d71d97

@ -1,5 +1,6 @@
# metadata_agent.ini
[DEFAULT]
auth_ca_cert = {{ openstack_cacert | default(omit) }}
nova_metadata_host = {{ nova_internal_fqdn }}
nova_metadata_port = {{ nova_metadata_port }}
metadata_proxy_shared_secret = {{ metadata_secret }}