Comment 6 for bug 2067278

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/2024.1)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/921683
Committed: https://opendev.org/openstack/kolla-ansible/commit/c525f58587d55dbb16fd3e269b3d4e71db0cfea2
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit c525f58587d55dbb16fd3e269b3d4e71db0cfea2
Author: Martin Hiner <email address hidden>
Date: Mon May 27 14:16:17 2024 +0200

    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 <email address hidden>
    (cherry picked from commit 69cdc6dbc8b7bcc5ebffbe9ec7c84e5d4ad5c839)