Comment 6 for bug 1548567

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/kilo)

Reviewed: https://review.openstack.org/283329
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=cafdcb9d481c71e2d6abe512f2ff5ed19e797d50
Submitter: Jenkins
Branch: stable/kilo

commit cafdcb9d481c71e2d6abe512f2ff5ed19e797d50
Author: Stan Lagun <email address hidden>
Date: Tue Feb 23 03:37:55 2016 +0300

    Heat stack was not always deleted

    HeatStack.delete() method didn't check stack timestamps
    before deletion. As a result it couldn't correctly detect the
    fact that delete already started. So it could get UPDATE_COMPLETE
    status from last operation instead and fail because it wasn't expected.

    Closes-Bug: #1548567
    Change-Id: I66130f826c6f72562a7c36920b0decae63adf5e0