From f67f309854bd8ffe17744cab3787fe334dac6265 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Mon, 12 Jan 2015 09:52:28 -0800 Subject: [PATCH] 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 --- neutron/agent/l3/agent.py | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.45.2