]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove all_routers argument from _process_routers
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 2 Oct 2014 17:02:59 +0000 (17:02 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 8 Oct 2014 21:08:41 +0000 (21:08 +0000)
commit8923c6fae229c8e3dd85972811989698e482d7f6
treeaffe28afc7e8d05f92231189ff65aff2f33b8f3b
parent1d142cc0c936cd6f699d3559ed740db6cf3b6c5a
Remove all_routers argument from _process_routers

There is no code left that passes True to this argument.  It is dead
code and it should be removed.

Change-Id: I55f71a5c0b96e530e45f2a6463978e8611cbc537
neutron/agent/l3_agent.py
neutron/services/vpn/agent.py
neutron/tests/unit/services/vpn/test_vpn_agent.py