Comment 11 for bug 1546431

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

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

commit 6d0e8e9f68018ae64d61f76db900cd20d60d3eed
Author: Zane Bitter <email address hidden>
Date: Tue Sep 13 15:05:16 2016 -0400

    Always use context manager for DB transactions

    An exception could occur at any time, so we want to make sure we roll
    back any uncompleted transaction when that happens.

    Change-Id: Id0d5b65f44981bde24840b8a0d5fdc0b88f24d8a
    Related-bug: #1546431