From: armando-migliaccio Date: Mon, 12 Jan 2015 17:52:28 +0000 (-0800) Subject: Remove main alias for bw compat with vpn agent X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f67f309854bd8ffe17744cab3787fe334dac6265;p=openstack-build%2Fneutron-build.git Remove main alias for bw compat with vpn agent The alias becomes no longer necessary when [1] merges. [1] https://review.openstack.org/#/c/146144/ Partially-Implements: bp restructure-l3-agent Change-Id: I4f3498b4ecb6539c96e31baf972ac715443bc93c --- diff --git a/neutron/agent/l3/agent.py b/neutron/agent/l3/agent.py index ee2dc56da..263601c2d 100644 --- a/neutron/agent/l3/agent.py +++ b/neutron/agent/l3/agent.py @@ -1246,8 +1246,3 @@ class L3NATAgentWithStateReport(L3NATAgent): """Handle the agent_updated notification event.""" self.fullsync = True LOG.info(_LI("agent_updated by server side %s!"), payload) - - -# TODO(armax): drop as soon as dependent services are updated -from neutron.agent import l3_agent -main = l3_agent.main