Public bug reported:

Some work in Juno around adding a new router processing queue to the
l3_agent.py obsoleted much of the logic in the _process_routers method.
The following can be simplified.

1. No loop is necessary since the list passed always has exactly one router in 
it.
2. No thread pool is necessary because there is only one thread active and the 
method waits for it to complete at the end.
3. The set logic is no longer needed.

** Affects: neutron
     Importance: Wishlist
     Assignee: Carl Baldwin (carl-baldwin)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1378398

Title:
  Remove legacy weight from l3 agent _process_routers

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Some work in Juno around adding a new router processing queue to the
  l3_agent.py obsoleted much of the logic in the _process_routers
  method.  The following can be simplified.

  1. No loop is necessary since the list passed always has exactly one router 
in it.
  2. No thread pool is necessary because there is only one thread active and 
the method waits for it to complete at the end.
  3. The set logic is no longer needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1378398/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to