Comment 2 for bug 1261436

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

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

commit 7233ba1b14417d62b05034105fde17d9c7cdc5cf
Author: Pablo Andres Fuente <email address hidden>
Date: Tue Dec 17 17:01:04 2013 -0300

    Avoid error on double-delete of nested stack

    When deleting a stack that has a nested stack previously deleted, the
    process fails because the nested stack cannot be retrieved from the
    database.
    To solve the bug, the nested stack is now retrieved from the database
    ignoring the deleted stacks before the deletion process begins. Then
    a NotFound exception is raised, and then when it's catched the nested
    stack will be ignored.

    Change-Id: Ib863527dbfb0200b833a4e90b5a4fd50f469c1ce
    Closes-Bug: #1261436