Comment 16 for bug 1805410

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to paunch (master)

Reviewed: https://review.openstack.org/621607
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=510f0913539e92d2e874ae97efe0606fd277ad4b
Submitter: Zuul
Branch: master

commit 510f0913539e92d2e874ae97efe0606fd277ad4b
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Dec 3 16:23:32 2018 +0100

    Implement podman rename via re-apply of containers

    To w/a the missing a container rename feature of podman, implement
    renaming via removing of the original container and re-applying it from
    the same configs but using the new name.

    This fixes idempotency issues when service containers are executed
    under ephemeral names created via the paunch's unique containers names
    generator, while it is expected to have them executed under its wanted
    config names.

    Change-Id: If851604d25b6c7982d950bb9e13dceada3bfc161
    Closes-Bug: #1805410
    Signed-off-by: Bogdan Dobrelya <email address hidden>