Files
kolla-ansible/releasenotes/notes/haproxy_template_fix-ea89b4cf1110602f.yaml
Rafal Lewandowski 8d1b593adf Fix for external-frontend-map file not being copied
There was an ``if`` condition preventing the file from being
copied into haproxy container when ``kolla_enable_tls_external``
is set to ``false``.

Closes-Bug: #2098765
Change-Id: If87b5debcacdbc5001c869440397cd11605a5574
2025-02-20 10:23:09 +01:00

10 lines
333 B
YAML

---
fixes:
- |
Fixes haproxy does not copy external-frontend-map file unless
kolla_enable_tls_external is set to true.
Removed <if> condition preventing external-frontend-map file
from being copied into haproxy container when external TLS is
not enabled.
`LP#2098765 <https://launchpad.net/bugs/2098765>`__