Comment 52 for bug 1864822

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

Reviewed: https://review.opendev.org/733082
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2baf0aa83f551b5c88caad64da837630b9daea46
Submitter: Zuul
Branch: stable/queens

commit 2baf0aa83f551b5c88caad64da837630b9daea46
Author: Slawek Kaplonski <email address hidden>
Date: Thu Apr 9 14:37:38 2020 +0200

    Ensure that stale flows are cleaned from phys_bridges

    In case when neutron-ovs-agent will notice that any of physical
    bridges was "re-created", we should also ensure that stale Open
    Flow rules (with old cookie id) are cleaned.
    This patch is doing exactly that.

    Conflicts:
        neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py

    Change-Id: I7c7c8a4c371d6f4afdaab51ed50950e2b20db30f
    Related-Bug: #1864822
    (cherry picked from commit 63c45b37666efc7fb33fc154fa828050b3dc7945)