Fix client TLS in neutron-metadata-agent

Backport to: Train.

Change-Id: Ide96ea43739d47e623026f0aecd4163f3a2abe7f
Closes-bug: #1864615
This commit is contained in:
Radosław Piliszek 2020-02-25 21:30:56 +01:00
parent 29b73fca35
commit 7c200db70e
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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 }}

View File

@ -0,0 +1,6 @@
---
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>`__