]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove unused self.sync_progress attribute
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 16 Jan 2015 19:04:09 +0000 (20:04 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Sat, 17 Jan 2015 14:25:27 +0000 (15:25 +0100)
It was never used for anything since initial commit and is a leftover from one
of intermediate patchsets of I0978d1c38ac5c38c4548e5b1877857bb5cac3b81.

Change-Id: I3732aebf9029f62b4c5beb18dea4216804f9aa5d

neutron/agent/l3/agent.py

index f973bc9f69ee0f4c549cfd10aadb4ea7ccc04070..09ece45b60ac93880f9cc7b364672caaffa6480d 100644 (file)
@@ -163,7 +163,6 @@ class L3NATAgent(firewall_l3_agent.FWaaSL3AgentRpcCallback,
         self.context = n_context.get_admin_context_without_session()
         self.plugin_rpc = L3PluginApi(topics.L3PLUGIN, host)
         self.fullsync = True
-        self.sync_progress = False
 
         # Get the list of service plugins from Neutron Server
         # This is the first place where we contact neutron-server on startup