Comment 6 for bug 1384750

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

Reviewed: https://review.openstack.org/227065
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=fe5333395c3ff3f4be4bc6393fca673e38b21cc3
Submitter: Jenkins
Branch: stable/juno

commit fe5333395c3ff3f4be4bc6393fca673e38b21cc3
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Thu Jan 15 11:02:23 2015 +0000

    Prevent hanging in DELETE_IN_PROGRESS

    When during update one resource is deleted and another independent
    resource takes long to update itself, deleting such stack when it is
    UPDATE_IN_PROGRESS led to a stack being stuck in DELETE_IN_PROGRESS as
    deleting backup stack was not finding the already deleted resource.

    Change-Id: Ib0c42b718a88ac994c53165362a38da2ad5b6b41
    Closes-Bug: #1384750
    (cherry picked from commit e44629dab01057c65a14218f5d3ae19d5cdcf9e0)