Reviewed: https://review.openstack.org/258480 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f0d0d354a7d8faa5f8a5946b49aefbe56e4d8a1a Submitter: Jenkins Branch: master
commit f0d0d354a7d8faa5f8a5946b49aefbe56e4d8a1a Author: Eugene Nikanorov <[email protected]> Date: Wed Dec 16 16:58:47 2015 +0400 Remove unused parameter from _update_router_db method While gw_info is being passed to _update_router_db method of various classes it is never actually used, so this is just a cleanup. Change-Id: I311f6976c21fa07a7532c3d0bbe56b5e35a18f6e Closes-Bug: #1526785 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1526785 Title: Remove unused parameter gw_info of _update_router_db Status in neutron: Fix Released Bug description: It's being passed here and there without actual use. Tests also pass None or mock.ANY. It makes sense to cleanup the code a little bit. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1526785/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

