]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Eliminate unnecessary indirection in L3 agent
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 17 Oct 2014 04:16:49 +0000 (04:16 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Thu, 20 Nov 2014 23:29:45 +0000 (23:29 +0000)
commit7fa5a252ce744228969e2af272674348099b6122
tree5f00b43f97fe7728150d6f553e18531e884e2126
parent9cebd57d524b1ed953c69cfd3f2480938632d8d4
Eliminate unnecessary indirection in L3 agent

These indirections serve no useful purpose.  Normally, I wouldn't
bother to change them but these make other refactoring efforts a bit
more of a pain.

Change-Id: Ia73c93eb2eaa81d5772b3e0178fdf18f0c275b4c
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py