]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove main alias for bw compat with vpn agent
authorarmando-migliaccio <armamig@gmail.com>
Mon, 12 Jan 2015 17:52:28 +0000 (09:52 -0800)
committerArmando Migliaccio <armamig@gmail.com>
Wed, 14 Jan 2015 00:04:01 +0000 (00:04 +0000)
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

index ee2dc56daa74e468c7ea17209007edb012467774..263601c2d8706d4cc1a42b55fed52690c4044266 100644 (file)
@@ -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