Comment 6 for bug 1856086

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

Reviewed: https://review.opendev.org/701017
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=7148ebd21e899644644dc884d75db49c18d46bf7
Submitter: Zuul
Branch: stable/train

commit 7148ebd21e899644644dc884d75db49c18d46bf7
Author: Rabi Mishra <email address hidden>
Date: Thu Dec 12 10:43:02 2019 +0530

    Try deleting container for failures too

    We currently retry when podman run returns with exit code 0 and 2.
    in container-puppet.py. It's possible that container storage bits
    are already created for failure. It's better to delete the container
    and it's storage before retrying.

    Change-Id: I4449c52b954c27e31553230cbdbd0949ae6413d6
    Related-Bug: #1856086
    (cherry picked from commit 2f8964133883a5c795a88b521f2bb30818d448b2)