Comment 59 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/744440
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2f4bb76338433f2d3afc10facadee95876b9a5b7
Submitter: Zuul
Branch: stable/queens

commit 2f4bb76338433f2d3afc10facadee95876b9a5b7
Author: Slawek Kaplonski <email address hidden>
Date: Mon May 11 12:09:46 2020 +0200

    Don't check if any bridges were recrected when OVS was restarted

    In case when openvswitch was restarted, full sync of all bridges will
    be always triggered by neutron-ovs-agent so there is no need to check
    in same rpc_loop iteration if bridges were recreated.

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

    Change-Id: I3cc1f1b7dc480d54a7cee369e4638f9fd597c759
    Related-bug: #1864822
    (cherry picked from commit 45482e300aab781064281b3e06a17ae488831151)
    (cherry picked from commit b8e7886d8b52a144241c0cc2c30b670ce5ddf926)