Comment 3 for bug 1889418

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

Reviewed: https://review.opendev.org/743760
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=f9b89173307bd6e8495c757c098c3dda01f8c822
Submitter: Zuul
Branch: master

commit f9b89173307bd6e8495c757c098c3dda01f8c822
Author: Emilien Macchi <email address hidden>
Date: Wed Jul 29 09:37:38 2020 -0400

    tripleo_podman_purge: try to use -f when pruning images

    Recent version of podman requires yes/no when pruning images, except if
    -f is given as an argument.

    Let's first try the new way, and fallback on the old method.

    Change-Id: Ie2a70d4ec40c2a2142b0857822edd5122b63c941
    Closes-Bug: #1889418