Comment 7 for bug 1501515

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

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

commit 06569179aefcc569e7a3cc1fb828f0340d38d058
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