Comment 5 for bug 1571666

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

Reviewed: https://review.openstack.org/307329
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ad2d7d3a8fa9d498475a963f3a2d0a344ae63ee2
Submitter: Jenkins
Branch: master

commit ad2d7d3a8fa9d498475a963f3a2d0a344ae63ee2
Author: Pavel Bondar <email address hidden>
Date: Mon Apr 18 17:56:08 2016 +0300

    Remove nested transaction from ipam driver

    Using nested transaction in reference ipam driver causes rewriting
    original exception due failure to restore to safepoint in case of
    DeadLock.

    DBDeadlock exception gets replaced with DBAPIError. It prevents db_retry
    wrapper from working correctly.

    This patch removed nested transaction block from reference ipam driver.

    Change-Id: Ib710e87b0132aae3cd3afd12c5448961f1a3b25c
    Partial-Bug: #1571666