]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make a couple of methods private
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 25 Aug 2015 20:51:16 +0000 (20:51 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Tue, 25 Aug 2015 20:51:16 +0000 (20:51 +0000)
commit2cb5e831b8337fd620d9fdc13aa190c1192b044f
tree2f850d71fe1c4f77dda9e198f55cc04be14829ec
parent79ee9ad7e9196749aa398ad43bf50351c3b6d5c7
Make a couple of methods private

I was just going over this class trying to understand what methods
really are used outside of the class.  I found that these two are not.
I thought I'd submit a quick patch to mark them "private".

Change-Id: Id91907996631b670e23a506e0a1feae4518e42ba
neutron/agent/l3/dvr_edge_router.py
neutron/tests/unit/agent/l3/test_agent.py