Comment 2 for bug 1487288

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

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

commit fae9ae327fbd9f1bfb1d6301a49b780e7a9192cd
Author: huangtianhua <email address hidden>
Date: Fri Aug 21 14:17:50 2015 +0800

    Set resource status to FAILED when engine is down

    When resource is in status IN_PROGRESS and engine service
    went down, user can't operate(such as update) the resource
    anymore even if the engine service is back again.
    This patch set the resources to FAILED status when
    the engine starting.

    Change-Id: Ib49895d45d727e117af5dbdcf84d58b196991274
    Closes-Bug: #1487288