Comment 7 for bug 1546431

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

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

commit d01b4dc7a8020fb1ae88580ef3b41d279e66a70c
Author: rabi <email address hidden>
Date: Wed Jul 13 14:18:17 2016 +0530

    Don't persist_state of IN_PROGRESS stack again

    When a greenthread is stopped(ex. deleting an IN_PROGRESS stack),
    the linked function(release) is called and it tries to save
    the state of the stack. As we already saved the state of the
    IN_PROGRESS stack, we should not try to do it again.

    Change-Id: I598afcd286881bc1d9394152fe38701d5fed473f
    Partial-Bug: #1546431