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

Fix client TLS in neutron-metadata-agent

Backport to: Train.

Change-Id: Ide96ea43739d47e623026f0aecd4163f3a2abe7f
Closes-bug: #1864615
parent 29b73fca
No related branches found
No related tags found
No related merge requests found
# metadata_agent.ini
[DEFAULT]
nova_metadata_host = {{ nova_internal_fqdn }}
nova_metadata_port = {{ nova_metadata_port }}
metadata_proxy_shared_secret = {{ metadata_secret }}
nova_metadata_protocol = {{ internal_protocol }}
---
fixes:
- |
Fix protocol used by ``neutron-metadata-agent`` to connect to Nova metadata
service. This possibly affected internal TLS setup.
Fixes `LP#1864615 <https://bugs.launchpad.net/kolla-ansible/+bug/1864615>`__
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