yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25853
[Bug 1378398] Re: Remove legacy weight from l3 agent _process_routers
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => kilo-1
--
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):
Fix Released
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
References