Comment 8 for bug 1607787

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

Reviewed: https://review.openstack.org/355322
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cdbb26e87d14c1ba13dbef98111f7e578903bd98
Submitter: Jenkins
Branch: stable/liberty

commit cdbb26e87d14c1ba13dbef98111f7e578903bd98
Author: Hynek Mlnarik <email address hidden>
Date: Wed Aug 10 10:05:57 2016 +0200

    Set secure fail mode for physical bridges

    Physical bridges can cause network disruption when ofctl controller becomes
    inaccessible due to heavy load or when the traffic to controller is blocked.
    By setting secure fail mode, the openflow rules remain untouched on such
    an event, while with the default setting, the flows are cleared.

    Conflicts:
     neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
     neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
     neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py

    Co-Authored-By: Jakub Libosvar <email address hidden>
    Closes-Bug: 1607787
    Change-Id: I1dffe0a248664d2a675fd1ca58530c233e335d2d
    (cherry picked from commit 9429c2da01fa29cedcb2a65a26c1c29d0a713670)