From da12e748d129c6ba38173d0b7a20f7b140bddbd6 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 2 Apr 2015 13:57:52 +0900 Subject: [PATCH] ovs_neutron_agent: Remove a redundant assignment of ovs_status Change-Id: I8ed572aa48ccc226137f65514c58ca5c3ba77870 --- neutron/plugins/openvswitch/agent/ovs_neutron_agent.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.45.2