From: Ihar Hrachyshka Date: Fri, 16 Jan 2015 19:04:09 +0000 (+0100) Subject: Remove unused self.sync_progress attribute X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=210c1b3d783edc0deb291da650d626bb5f9360a1;p=openstack-build%2Fneutron-build.git Remove unused self.sync_progress attribute It was never used for anything since initial commit and is a leftover from one of intermediate patchsets of I0978d1c38ac5c38c4548e5b1877857bb5cac3b81. Change-Id: I3732aebf9029f62b4c5beb18dea4216804f9aa5d --- diff --git a/neutron/agent/l3/agent.py b/neutron/agent/l3/agent.py index f973bc9f6..09ece45b6 100644 --- a/neutron/agent/l3/agent.py +++ b/neutron/agent/l3/agent.py @@ -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