]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make sure OVS restarts when Exception occurred
authorwatanabe.isao <zou.yun@jp.fujitsu.com>
Thu, 2 Apr 2015 01:54:56 +0000 (10:54 +0900)
committerwatanabe.isao <zou.yun@jp.fujitsu.com>
Thu, 23 Apr 2015 02:24:40 +0000 (11:24 +0900)
commitd72572729152e709c5f7ebae2896d5f66748b59b
treed593226c07b38ce090c6cc1cc1edf860125343a2
parentfab814ecf2dc29766b80a1cdb8625d99714c93b0
Make sure OVS restarts when Exception occurred

This fix let flows in br-tun automatically recover from an Exception,
which is an ideal situation.
Simplly improve a missed flag will make sure OVS restart properly
after we walked out of Exception loop.

Change-Id: Id0ac9399ec39fef19ce71566670ed245c681192e
Closes-Bug: #1439472
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py