Comment 11 for bug 1946479

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/815238
Committed: https://opendev.org/openstack/neutron/commit/fa102252a543e731f17f91fe627a70ddf1c1e3d6
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit fa102252a543e731f17f91fe627a70ddf1c1e3d6
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)