]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Default to setting secure mode on the integration bridge
authorKyle Mestery <kmestery@cisco.com>
Fri, 30 May 2014 08:48:37 +0000 (08:48 +0000)
committerKyle Mestery <kmestery@cisco.com>
Thu, 5 Jun 2014 07:01:42 +0000 (07:01 +0000)
commit0412c8a3c43e77c1bb04b0c3ba4b2781fc52e7f8
treeb3bdb2ba83b526c8d2adbc9ba17dec002be2d111
parent68a9191aa723a19e84b79170e434d6c0a7929725
Default to setting secure mode on the integration bridge

Set the fail-mode on the integration bridge to be secure. This means if the agent
is stopped or crashes, and OVS is also restarted, OVS will not program a default
NORMAL action. As soon as the agent is restarted, it will correctly program the
integration bridge.

Change-Id: Icf7e3e14ee747c8ce92c14c95a0a1bbf35986252
Closes-Bug: #1324703
neutron/agent/linux/ovs_lib.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/linux/test_ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py