Comment 12 for bug 1501515

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

Reviewed: https://review.openstack.org/296536
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b403b84d0cff53515464da4a21f52c0e3ab3420b
Submitter: Jenkins
Branch: stable/kilo

commit b403b84d0cff53515464da4a21f52c0e3ab3420b
Author: Kevin Benton <email address hidden>
Date: Tue Mar 8 12:28:41 2016 -0800

    Catch DB reference errors in binding DVR ports

    A port can be deleted right after get_port is called but before
    the binding is created. So we need to catch both PortNotFound
    from the get_port and DBReferenceError from the binding creation.

    Co-Authored-By: Adolfo Duarte <email address hidden>

    Closes-Bug: #1501515
    Change-Id: Ieddcb10bb019fe6dd7079255124e48305f406614
    (cherry picked from commit 06569179aefcc569e7a3cc1fb828f0340d38d058)