]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
refactor l3-agent to include dvr.py
authorMichael Smith <michael.smith6@hp.com>
Thu, 18 Dec 2014 17:11:14 +0000 (09:11 -0800)
committerCarl Baldwin <carl.baldwin@hp.com>
Tue, 6 Jan 2015 16:28:29 +0000 (16:28 +0000)
commit75832ea45a4a14ded26fc488d6eae80a30fcde24
tree7c8c6e2c8b3daf8a0e678cc8cb7ad0d8f56c65d9
parent0a46f3633ea13fd135d0229574b6817b348951eb
refactor l3-agent to include dvr.py

Creation of a dvr.py file to hold dvr related
classes/data/methods.

Change-Id: I7b59ca18f13b583b404be61558224384bc2db2c5
Partially-Implements: bp/restructure-l3-agent
neutron/agent/l3/agent.py
neutron/agent/l3/dvr.py [new file with mode: 0644]
neutron/agent/l3/router_info.py
neutron/tests/unit/test_l3_agent.py