Comment 2 for bug 1509145

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

Reviewed: https://review.openstack.org/238753
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=b56cb5fc89b98881b98db99c49f5314a5cdd611e
Submitter: Jenkins
Branch: master

commit b56cb5fc89b98881b98db99c49f5314a5cdd611e
Author: lvdongbing <email address hidden>
Date: Tue Dec 15 01:16:42 2015 -0500

    Update node status when fail to create nova instance

    Now, node status didn't update to 'ERROR' when nova instance creation
    failed, the primary cause is that the exception is handled as exception
    log when profile's do_create action, then node creation unable to catch
    the exception to handle so node's status can't be updated.
    Change-Id: I26bd4b919fa313e7053cbeb890252efa4f04defc
    Closes-bug: #1509145