kolla-ansible/releasenotes/notes/bug-2080381-3cf5ed810a5ac690.yaml
Michal Arbet 1540618f00 Do not copy TLS files for backend if turned off
This patch fixes an issue where backend related
certificates are attempted to be copied when
``kolla_copy_ca_into_containers`` is enabled but
``kolla_enable_tls_backend`` is disabled.

The fix consists of these specific tasks now
being limited by the condition ``kolla_enable_tls_backend``

Closes-Bug: #2080381

Change-Id: I7ccae4c501ce332519edef336bcceefae9f9568b
2024-09-29 13:44:00 +02:00

8 lines
277 B
YAML

---
fixes:
- |
Fixes an issue where backend-related certificates are
attempted to be copied when ``kolla_copy_ca_into_containers``
is enabled but ``kolla_enable_tls_backend`` is disabled.
`LP#2080381 <https://bugs.launchpad.net/kolla-ansible/+bug/2080381>`__