Comment 10 for bug 1988514

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/858905
Committed: https://opendev.org/openstack/tripleo-ansible/commit/33e044d9e7af1153d6c8b0c2a12387da87789a6c
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 33e044d9e7af1153d6c8b0c2a12387da87789a6c
Author: Cédric Jeanneret <email address hidden>
Date: Fri Sep 9 14:05:38 2022 +0200

    We need to downgrade in the pre.yml as well

    There's an issue with containers-common not providing all the needed gpg
    keys, leading to failures when the job downloads a container.

    the directories.yml kicks in too early, so the package isn't installed
    at that point, since it's installed as a dependency of podman, installed
    during the "Run bindep" task,

    Change-Id: I440615cc8fdeaf4a315dede080141528278aec94
    Related-Bug: #1988514
    (cherry picked from commit 4c6889ece5b66912ae240ae222c97d726711d52a)