← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1416103] Re: Remove redundant statement from l3agentscheduler

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => kilo-2

-- 
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):
  Fix Released

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


References