Comment 8 for bug 1979072

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/859996
Committed: https://opendev.org/openstack/neutron/commit/3d307ef8f8c31ebc92a621aac75c62b83a7b3787
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 3d307ef8f8c31ebc92a621aac75c62b83a7b3787
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Jul 7 06:31:22 2022 +0000

    Script to remove duplicated port bindings

    A new script to remove the duplicated port bindings was added. This
    script will list all ``ml2_port_bindings`` records in the database,
    finding those ones with the same port ID. Then the script removes
    those ones with status=INACTIVE. This script is useful to remove
    those leftovers that remain in the database after a failed live
    migration.

    "dry_run" mode is possible if selected in "[cli_script] dry_run"
    boolean config option. The duplicated port bindings are printed in
    the shell but not deleted.

    Related-Bug: #1979072

    Conflicts:
        neutron/conf/common.py

    Change-Id: I0de5fbb70eb852f82bd311616557985d1ce89bbf
    (cherry picked from commit c5b76a8393a21adb87447c925da2ede4a75dd11a)