Comment 3 for bug 1478480

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

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

commit ab234eb65871be3607a5702d6a01a6be5f6b59d5
Author: huangtianhua <email address hidden>
Date: Mon Jul 27 18:26:04 2015 +0800

    Correct stack identity when delete nested

    1. Update an aws asg with invalid 'VPCZoneIdentifier',
    the stack update failed.
    2. Update again, the stack is always in 'UPDATE_IN_PROGRESS'.

    We remove the backup resources first when updating,
    but the backup of stack_resource can't be deleted,
    due we set an incorrect name of stack_identity before
    rpc calling 'delete_stack', due the name is not match the
    nested_stack's name.

    Change-Id: I89966d0124607c233ac9a82f1ce14f4f2deb3f9b
    Closes-Bug: #1478480