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

This commit is contained in:
Zuul 2020-02-27 21:30:39 +00:00 committed by Gerrit Code Review
commit 05e1df998e
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}