From: YAMAMOTO Takashi Date: Thu, 2 Apr 2015 04:57:52 +0000 (+0900) Subject: ovs_neutron_agent: Remove a redundant assignment of ovs_status X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=da12e748d129c6ba38173d0b7a20f7b140bddbd6;p=openstack-build%2Fneutron-build.git ovs_neutron_agent: Remove a redundant assignment of ovs_status Change-Id: I8ed572aa48ccc226137f65514c58ca5c3ba77870 --- diff --git a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py index 8ab2336ee..e7d4fdb86 100644 --- a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py @@ -1415,7 +1415,6 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin, updated_ports_copy = set() ancillary_ports = set() tunnel_sync = True - ovs_status = constants.OVS_NORMAL while self.run_daemon_loop: start = time.time() port_stats = {'regular': {'added': 0,