yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27434
[Bug 1416103] [NEW] Remove redundant statement from l3agentscheduler
Public bug reported:
Following statement is redundant in class
L3AgentsHostingRouterController of
neutron/extensions/l3agentscheduler.py.
plugin =
manager.NeutronManager.get_service_plugins().get(service_constants.L3_ROUTER_NAT)
we can use plugin = self.get_plugin() instead.
** Affects: neutron
Importance: Undecided
Assignee: sajuptpm (sajuptpm)
Status: New
** Attachment added: "Screen-shot of the code"
https://bugs.launchpad.net/bugs/1416103/+attachment/4308259/+files/Screenshot%20from%202015-01-30%2002%3A08%3A23.png
** Changed in: neutron
Assignee: (unassigned) => sajuptpm (sajuptpm)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1416103
Title:
Remove redundant statement from l3agentscheduler
Status in OpenStack Neutron (virtual network service):
New
Bug description:
Following statement is redundant in class
L3AgentsHostingRouterController of
neutron/extensions/l3agentscheduler.py.
plugin =
manager.NeutronManager.get_service_plugins().get(service_constants.L3_ROUTER_NAT)
we can use plugin = self.get_plugin() instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1416103/+subscriptions
Follow ups
References