Comment 43 for bug 1864822

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

Reviewed: https://review.opendev.org/726770
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=45482e300aab781064281b3e06a17ae488831151
Submitter: Zuul
Branch: master

commit 45482e300aab781064281b3e06a17ae488831151
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.

    Change-Id: I3cc1f1b7dc480d54a7cee369e4638f9fd597c759
    Related-bug: #1864822