Comment 2 for bug 1856086

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

Reviewed: https://review.opendev.org/698622
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2f8964133883a5c795a88b521f2bb30818d448b2
Submitter: Zuul
Branch: master

commit 2f8964133883a5c795a88b521f2bb30818d448b2
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