Comment 11 for bug 1895974

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to paunch (stable/rocky)

Reviewed: https://review.opendev.org/752939
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=7779c4bc40016dfc481027ec5a288705db11fc0e
Submitter: Zuul
Branch: stable/rocky

commit 7779c4bc40016dfc481027ec5a288705db11fc0e
Author: Alex Schultz <email address hidden>
Date: Thu Sep 17 13:19:35 2020 -0600

    [ROCKY-Only] Trigger container update on image id update

    NOTE: Rocky is missing a few backports so this patch is rocky specific.

    If you reuse a container tag for a new image, paunch does not currently
    rebuild the container to get the new image. This change adds logic to
    the updated check to also check the image id defined in the container
    instance against the image id for the image to see if the container
    image has changed.

    Closes-Bug: #1895974
    Change-Id: I2710497282eb4d6fa8f68dc6d50044c1ce68eb35
    (cherry picked from commit 4ae7d886db604f1ac00102803a5ea1fa2b3a479b)