kayobe/releasenotes/notes/fix-kolla-enable-letsencrypt-8e8746560be575ac.yaml
Pierre Riteau 9669462208 Fix container image build issues with letsencrypt
The kolla_enable_letsencrypt variable was undefined, which was causing
overcloud container image build to fail when the variable was not
defined in Kayobe configuration.

The bool filter was missing for kolla_enable_letsencrypt, which was
causing letsencrypt images to be built when kolla_enable_letsencrypt was
set to "false" or "no".

Change-Id: I234b7a0434ba3d533a66b766331fd489078fbcf8
2024-06-03 16:24:09 +00:00

7 lines
199 B
YAML

---
fixes:
- |
Fixes bugs with the ``kolla_enable_letsencrypt`` variable which were
causing overcloud container image build to fail, or to include
``letsencrypt`` images when disabled.