]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor some router-related methods
authorarmando-migliaccio <armamig@gmail.com>
Fri, 30 May 2014 21:58:30 +0000 (14:58 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 4 Jun 2014 08:23:13 +0000 (01:23 -0700)
commit55243850d4bf0d127b7a1ef99353ec4195bda03a
treea87e7e09e471b1398cc0c4ec136ab012e0a44aad
parentd720cb5cf640e66dde9c5fa3993288a57a6714ee
Refactor some router-related methods

This is done in preparation for the distributed
router functionality. Breaking down and factoring
out some functionality helps the DVR work to come
as a more loosely coupled addition to the L3
centralized case. This also ensures that the two
code bases are kept separately to minimize chance
of regression, and simplify code coverage effort.

Partially-implements: blueprint neutron-ovs-dvr

Change-Id: Ide1bc193666ce03a3ae26b1869bde8093ed453ef
neutron/db/l3_db.py
neutron/tests/unit/test_l3_plugin.py