Comment 8 for bug 1988514

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/856758
Committed: https://opendev.org/openstack/tripleo-ansible/commit/4c6889ece5b66912ae240ae222c97d726711d52a
Submitter: "Zuul (22348)"
Branch: master

commit 4c6889ece5b66912ae240ae222c97d726711d52a
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