kolla-ansible/releasenotes/notes/bug-2067278-82287115c972a04e.yaml
Martin Hiner 69cdc6dbc8 Fix missing commas in kolla_podman_worker
List of strings CONTAINER_PARAMS is missing comma separators,
which makes it an implicit concatenation of list items
that should be separate.

Closes-Bug: #2067278
Change-Id: Iec9a8de184481dae058377fa8d7bbd8da729d62c
Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
2024-05-27 14:31:48 +02:00

8 lines
225 B
YAML

---
fixes:
- |
Fixes a bug in kolla_podman_worker, where missing commas
in list of strings create implicit concatenation of items
that should be separate.
`LP#2067278 <https://launchpad.net/bugs/2067278>`__