Comment 2 for bug 1406688

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

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

commit eb33fa419ed149ec4455497c6b0ce519e2e27c4a
Author: huangtianhua <email address hidden>
Date: Wed Dec 31 10:57:18 2014 +0800

    Add 'sd' None check for check_(action)_complete

    If deployment resource action is not in deployment.actions
    the function _handle_action() will return None,
    in this case should return True when checking whether
    the action is completed.

    Change-Id: I6f929f944f00385bc832b9d73c24659db6cdc8dc
    Closes-Bug: #1406688