Comment 7 for bug 1509912

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

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

commit d19c624e48ebc913dd91d99823fa238a9a34ef0e
Author: Drago Rosson <email address hidden>
Date: Wed Apr 20 23:09:45 2016 +0000

    Make RPC call to abandon nested stack

    Due to stacks being processable by multiple engines, resources in a
    nested stack cannot be marked for retainment from the parent resource
    of the nested stack. This patch makes the parent resource of the nested
    stack call stack abandon instead of stack delete through the RPC client
    so that nested stacks are deleted while nested stack resources are
    retained.

    Change-Id: I7103f46d86db35e08b014d9790215740fcae441d
    Closes-bug: #1509912