]> 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>
Fri, 8 May 2015 07:59:01 +0000 (16:59 +0900)
commit63c8ea1aced0f37cd6800ba99a416207d9c99eb2
treea734550c4692e9b2545985f4f025eb9d427c7803
parent696239b39282e99f07378cad1bd63d6021cde492
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.

Closes-Bug: #1439472
(cherry picked from commit d72572729152e709c5f7ebae2896d5f66748b59b)

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

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