Comment 39 for bug 1620696

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

Reviewed: https://review.openstack.org/464585
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=d0309937b328340eb3ce1da0ff8860e998e77c69
Submitter: Jenkins
Branch: stable/ocata

commit d0309937b328340eb3ce1da0ff8860e998e77c69
Author: Thomas Herve <email address hidden>
Date: Thu Apr 20 15:11:08 2017 +0200

    Copy template version when update fails

    When an update fails, we may have copy some chunk of resources or
    parameters to the new template. If the version was updated and the new
    resources require the version, this can lead to a state where the stack
    is in an usable state. This synchronizes the version when a failure
    happens.

    Change-Id: I2faf8f3541fc800ea61c417e5575f4a56a83665b
    Closes-Bug: #1620696
    (cherry picked from commit 45fde101979d9d3f446cd937e5cc4c47539cc5bc)