Comment 11 for bug 1501515

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

Reviewed: https://review.openstack.org/295987
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=362896a7cf3f31f1deaa4699cdf4cc302d7125d6
Submitter: Jenkins
Branch: stable/liberty

commit 362896a7cf3f31f1deaa4699cdf4cc302d7125d6
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)