
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
10 lines
333 B
YAML
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>`__
|