kolla-ansible/releasenotes/notes/bug-2071912-89d2fba8865ddf40.yaml
Ivan Halomi 59bebd41eb Fix podman healtcheck when not enabled
There was a bug where setting the test command
for the health check to 'NONE' would throw an error
in podman_worker. This was problematic since K-A
uses 'NONE' as an indicator that the health check is not enabled.

Closes-Bug: #2071912
Change-Id: I3140bb79eace58b23f579be3da569c502c52c38c
Signed-off-by: Ivan Halomi <ivan.halomi@tietoevry.com>
2024-07-08 08:52:44 +02:00

7 lines
153 B
YAML

---
fixes:
- |
Fixes podman failure when enable_container_healthchecks
is set to "no".
`LP#2071912 <https://launchpad.net/bugs/2071912>`__