Comment 11 for bug 1508096

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

Reviewed: https://review.openstack.org/244751
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=88da460316e2c18b3ceb58f51dcf0bda717a18a3
Submitter: Jenkins
Branch: master

commit 88da460316e2c18b3ceb58f51dcf0bda717a18a3
Author: Thomas Herve <email address hidden>
Date: Thu Nov 12 17:35:07 2015 +0100

    Copy the env to the backup stack in failed update

    When an update fails, we currently update the environment of the stack
    to contain both the new and old parameters and types. Unfortunately we
    don't do that for the backup stack which is reused. This patch adds the
    environment change.

    Change-Id: I4dc5dd35e4aeee498dd8960a1000913e97b924d5
    Closes-Bug: 1508096