Comment 6 for bug 1855260

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

Reviewed: https://review.opendev.org/717149
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c09f191419b71cd1f414ea70dd47358b49d3c390
Submitter: Zuul
Branch: stable/train

commit c09f191419b71cd1f414ea70dd47358b49d3c390
Author: waleed mousa <email address hidden>
Date: Mon Feb 24 08:52:29 2020 +0000

    Neutron ovs agent: Removing SmartNIC OVS representor port on instance tear down and resync

    The current flow where a port is unbound from an agent running on
    smartnic was not implemented causing representor ports to remain
    connected to the integration bridge.
    This change solves this issue in two cases:
      * When deleting the instance and so deleting SmartNic port,
        it will remove the unbound ports from integration bridge
      * When resync SmartNic ports on Neutron OVS agent restart,
        it will remove the port from integration bridge not mapped to
        neutron SmartNic ports.

    Closes-Bug: #1855260
    Change-Id: I7077577cca54329fbcb77fbde730389835ab6497
    (cherry picked from commit 512d8abb4b063bbfcdb0711b18e0157b668617f6)