Comment 2 for bug 1506077

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

Reviewed: https://review.openstack.org/234818
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=117e5a0e654111de3f28900228d858cd0683cb1f
Submitter: Jenkins
Branch: master

commit 117e5a0e654111de3f28900228d858cd0683cb1f
Author: Thomas Herve <email address hidden>
Date: Wed Oct 14 16:44:42 2015 +0200

    Delete previous template upon update

    During stack update, we flip the stack raw_template a number of times.
    In case of success, we leave the old active raw_template row unlinked to
    anything, so it needs to be deleted. This patch does so.

    Change-Id: I6f3ff5bfbac417e3bd6032cabfbc00bd6dec8b02
    Closes-Bug: #1506077