Comment 8 for bug 1479723

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

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

commit 9e007acc441d1eb18069cdb6c21102f49c315697
Author: Steve Baker <email address hidden>
Date: Fri Jun 17 15:49:21 2016 +1200

    Add context to stack lock function arguments

    Context is added as the first argument to stack_lock_* db functions
    but is currently ignored for getting the session used for stack lock
    operations.

    This is required later for bug 1479723 but is added in its own change
    here to ease reviewing load.

    Change-Id: Ieb3e4e2ee67150777cbe1e961d0d1806cf1f7e46
    Related-Bug: #1479723