Comment 6 for bug 1811383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/631215
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=704b6870ba339345dc1de5d698df38f5467e4dd4
Submitter: Zuul
Branch: master

commit 704b6870ba339345dc1de5d698df38f5467e4dd4
Author: Cédric Jeanneret <email address hidden>
Date: Wed Jan 16 14:03:16 2019 +0100

    Reuse the container in case we have a temporary podman failure

    The "retry" patch[1] didn't take care of the existing container. This patch
    intends to allow to reuse the container in case it has failed, in order to
    avoid an error when the container is already existing.

    [1] https://review.openstack.org/#/c/614639/

    Change-Id: I5c7258c8687582f56b59ed410c0cc8f6ba4c2d4f
    Context: https://github.com/containers/libpod/issues/1844
    Related-Bug: #1811383