69cdc6dbc8
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>
8 lines
225 B
YAML
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>`__
|