Comment 3 for bug 1867787

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

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

commit 6af37d7a442c451f125e397313f446efa89bf3a0
Author: Emilien Macchi <email address hidden>
Date: Tue Mar 17 10:48:31 2020 -0400

    fix all tripleo_container_* molecule jobs on centos8

    - --systemd needs to be given with a string (default to true, so since
      we used that argument we want true).
    - Add fedora registry in the list of container registries to strip when
      figuring out what image is deployed in podman_container (for
      idempotency). This code should be improved in a future patch to stop
      hardcoding these registries and find another way to figure out the
      image name.

    Change-Id: If0d4cc6590105808a07569b60877eb440f1dd6d1
    Closes-Bug: #1867787