Comment 2 for bug 1276336

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

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

commit cafe45ecc5b80e4df34acc44ed2d38cd1658a018
Author: Jason Dunsmore <email address hidden>
Date: Wed Feb 5 14:45:41 2014 -0600

    Ensure stack lock is released after stack-delete

    Previously, stack locks would not be released after a stack-delete
    because the stack ID was being passed to db_api.stack_lock_release() as
    None. To resolve this, pass the stack ID to the greenthread-linked
    release function while it still exists.

    Change-Id: I260c4c5512bd2069f134e9d6ac6ea07565e443b0
    Closes-Bug: #1276336