Comment 5 for bug 2067278

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

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

commit f9f9921063e51c70d2b0269ce57ec57682a5a06e
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)