Merge "Fix client TLS in neutron-metadata-agent"

This commit is contained in:
Zuul 2020-02-27 21:30:38 +00:00 committed by Gerrit Code Review
commit f62b2319b2
2 changed files with 7 additions and 1 deletions
ansible/roles/neutron/templates
releasenotes/notes

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

@ -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>`__