Comment 21 for bug 1895974

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/755303
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=114c9551bf7c49fcdeb3994c2729c9cdf5889edc
Submitter: Zuul
Branch: stable/train

commit 114c9551bf7c49fcdeb3994c2729c9cdf5889edc
Author: Alex Schultz <email address hidden>
Date: Mon Sep 21 09:26:00 2020 -0600

    Force container fetch

    If a user uses :latest, the container is not updated when running the
    podman_image nor is it updated by podman_container. Since
    podman_container will only pull if the container image doesn't exist, we
    need to force the container pull here to ensure we get updated
    containers as part of our deployment and updates processes.

    Depends-On: https://review.opendev.org/#/c/753778
    Change-Id: Ia16cee016fb1af7b31e0f1c6da1e059221039ca4
    Closes-Bug: #1895974
    (cherry picked from commit 920c04bab8cb8e3c0c07d7b19c531c186168de1f)