Comment 25 for bug 1853812

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (stable/train)

Reviewed: https://review.opendev.org/695929
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=4a039e6a812b830cb77f59713befc54a2bc6fb51
Submitter: Zuul
Branch: stable/train

commit 4a039e6a812b830cb77f59713befc54a2bc6fb51
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Nov 25 15:47:46 2019 +0100

    Cast single value list as a string for config id

    When passing containers config-id into the paunch module,
    convert it into a single value (string) for backwards compatibility
    of paunch, and unlocking upgrade paths as well.

    Paunch as a library only "understands" such single values for
    config ids yet. This can be fixed later although.

    Related-bug: #1853812

    Change-Id: Id8985795fc8fac5a10466486d404799e9c65cc65
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit 5bc81a826d11a4f6b1e8bea778f89257d6cbbab7)