Comment 8 for bug 1844697

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

Reviewed: https://review.opendev.org/683397
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=f79df0f25e096f984c1c83b7048979ca2b167555
Submitter: Zuul
Branch: stable/stein

commit f79df0f25e096f984c1c83b7048979ca2b167555
Author: Mark Goddard <email address hidden>
Date: Thu Sep 19 17:20:50 2019 +0100

    Fix retries when pushing images

    Currently the retry mechanism is broken for pushing because the image
    state gets set to an error state, and is never reset to 'built'. This
    prevents the PushTask from setting success to True.

    This change sets the image state to 'built' if the push succeeds,
    ensuring it overrides any previous failures.

    Change-Id: I93fc0e383da8fec6b3ca31f8094321c2a0c3af71
    Closes-Bug: #1844697
    (cherry picked from commit f8ded663891f79c289156ee61d4e02197d80ce7a)