]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Merge "Resync L3, DHCP and OVS/LB agents upon revival"
authorJenkins <jenkins@review.openstack.org>
Thu, 19 Nov 2015 12:21:51 +0000 (12:21 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 19 Nov 2015 12:21:51 +0000 (12:21 +0000)
1  2 
neutron/agent/dhcp/agent.py
neutron/agent/l3/agent.py
neutron/common/constants.py
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/dhcp/test_agent.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py

Simple merge
Simple merge
Simple merge
index 8212af6a2133b81e565c9ea27aa7dd345e2f6722,5e00c4839fdb26352c6ff9fe61abfc07528c0ab1..ea51b95af0d7dd215d061bd4b9afe1caa2ae8c30
@@@ -1668,8 -1657,11 +1671,12 @@@ class OVSNeutronAgent(sg_rpc.SecurityGr
          tunnel_sync = True
          ovs_restarted = False
          consecutive_resyncs = 0
 +        need_clean_stale_flow = True
          while self._check_and_handle_signal():
+             if self.fullsync:
+                 LOG.info(_LI("rpc_loop doing a full sync."))
+                 sync = True
+                 self.fullsync = False
              port_info = {}
              ancillary_port_info = {}
              start = time.time()