Skip to content
Snippets Groups Projects
Commit 1d30d71d authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

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

Change-Id: I48148c56079a2998a8f8606ecd1f185f68733a6d
Partially-implements: blueprint custom-cacerts
parent 7c200db7
No related branches found
No related tags found
No related merge requests found
# 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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment