Comment 12 for bug 1673243

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/ocata)

Reviewed: https://review.openstack.org/460909
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=550c7e72783b7b4acac7b2eaab0749a5c06d5ef6
Submitter: Jenkins
Branch: stable/ocata

commit 550c7e72783b7b4acac7b2eaab0749a5c06d5ef6
Author: Kevin Benton <email address hidden>
Date: Wed Mar 15 12:56:21 2017 -0700

    Get rid of custom wrap_db_retry call in sync_allocations

    Just for consistency, get rid of the last direct call to
    wrap_db_retry and instead use neutron.db.api.retry_db_errors
    in the sync_allocations code so we don't potentially get
    bitten by slight inconsistencies between the two.

    TrivialFix
    Related-Bug: #1673243

    Change-Id: I975c7d0ec84698d277acbbec6d9cfec5c03439aa
    (cherry picked from commit 99e5f4fb4680082407f6c38bad6b7345696e5e9f)