Comment 4 for bug 1384750

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

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

commit e44629dab01057c65a14218f5d3ae19d5cdcf9e0
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