Comment 13 for bug 1595819

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

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

commit 1424a764078028266cb65fff25e12723e2079a73
Author: Rabi Mishra <email address hidden>
Date: Fri Jun 24 16:15:36 2016 +0530

    Wait for stack status instead of group status

    SUSPEND happens in reverse order, so waiting for the group to reach
    SUSPEND_COMPLETE/SUSPEND_FAILED would result in timeout, if SUSPEND
    for the policy resource fails.

    Change-Id: Ie690d49734d164554ee6cf6c11f8c45a2832a8fe
    Related-Bug: #1595819