Comment 5 for bug 1703043

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

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

commit ec1801931e13bb31e4fd0efd819b7cb8f4348c35
Author: Zane Bitter <email address hidden>
Date: Tue Jul 25 16:04:23 2017 -0400

    Mark stack failed when exception raised in resource check

    If we get an unexpected exception when checking a resource, try to clean
    up by marking the stack as FAILED. The graph traversal will stop if we
    can't propagate any more RPC messages, so without this the stack would
    be stuck IN_PROGRESS indefinitely.

    Change-Id: I56ecfa7a9a328d1435c1f34ab14e56effb81bb21
    Closes-Bug: #1703043