Comment 10 for bug 1999517

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/868078
Committed: https://opendev.org/openstack/neutron/commit/951e2c74ae0baff84e98b5580071d09db95f00d5
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 951e2c74ae0baff84e98b5580071d09db95f00d5
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Dec 8 06:30:14 2022 +0100

    Check if port exists in ``update_port_virtual_type`` method

    During the OVN DB inconsistency check, a OVN LSP could not be present
    in the Neutron DB. In this case, continue processing other LSPs and
    let other ``DBInconsistenciesPeriodics`` methods to resolve this
    issue.

    Closes-Bug: #1999517

    Conflicts:
        neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py

    Change-Id: Ifb8bdccf6819f7f8af1abd3b82ccb1cd2e4c2fb8
    (cherry picked from commit dfe69472a82d7eee96299122c8a9520aeed73ddd)