Comment 2 for bug 1477812

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

Reviewed: https://review.openstack.org/206435
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=2aebdf7f3f38a8505374fa15e6ce9e7586accf88
Submitter: Jenkins
Branch: master

commit 2aebdf7f3f38a8505374fa15e6ce9e7586accf88
Author: Rakesh H S <email address hidden>
Date: Tue Jul 28 14:11:41 2015 +0530

    Fix stack-list after failed update

    When a update is being performed, the existing template is updated
    incrementally as resources change. Now if update fails, template will
    have mix of resources from existing and new template. Hence we need to
    ensure we have the user params of both.

    Change-Id: I9e6831c58b167809e3faed519d2fb4f7c61244fc
    Closes-Bug: #1477812