Description of problem: during `openstack undercloud upgrade` I hit: TASK [tripleo-podman : Clean podman images] ****************************************************************************************************************************************************************************************************************** Wednesday 29 July 2020 08:30:11 -0700 (0:00:00.367) 0:00:22.620 ******** fatal: [undercloud]: FAILED! => {"changed": true, "cmd": ["podman", "image", "prune", "-a"], "delta": "0:00:00.101051", "end": "2020-07-29 08:30:11.791613", "msg": "non-zero return code", "rc": 125, "start": "2020-07-29 08:30:11.690562", "stderr": "Error : error reading input: EOF", "stderr_lines": ["Error: error reading input: EOF"], "stdout": "\nWARNING! This will remove all dangling images.\nAre you sure you want to continue? [y/N] ", "stdout_lines": ["", "WARNING! This will remove all dangling images .", "Are you sure you want to continue? [y/N] "]} Version-Release number of selected component (if applicable): How reproducible: do the `openstack undercloud upgrade`. I wasnt prompt for confirmation to prune it just failed. I added `-f` to command for fix. Steps to Reproduce: 1. `openstack undercloud upgrade` 2. it will be failling 3. Actual results: `openstack undercloud upgrade` failed Expected results: `openstack undercloud upgrade` ended with success Additional info: I added `-f` to command for fix.
*** This bug has been marked as a duplicate of bug 1860640 ***