Comment 9 for bug 1946479

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/815236
Committed: https://opendev.org/openstack/neutron/commit/a8a099f069b7a92876b75db462d0265187cb07e7
Submitter: "Zuul (22348)"
Branch: stable/xena

commit a8a099f069b7a92876b75db462d0265187cb07e7
Author: Slawek Kaplonski <email address hidden>
Date: Fri Oct 8 15:04:10 2021 +0200

    [OVN Migration] Remove qr and dhcp ports from the nodes

    After migration from ML2/OVS to ML2/OVN tap ports which were created
    by the DHCP agents and router ports (like e.g. qr- or qg-) which were
    created by the L3 agents aren't needed at all and should be deleted.
    Previously those ports were set to be DOWN only. With this patch
    all such ports will be simply deleted from the openvswitch.

    Related-bug: #1946479
    Change-Id: I74cd5820389c86819c6884d3d61c9b2f7907cc88
    (cherry picked from commit 5092f3fb98b4c6bf8334de0e71548ddd073f6234)