]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move DVR related method to proper class
authorOleg Bondarev <obondarev@mirantis.com>
Tue, 7 Jul 2015 10:39:21 +0000 (13:39 +0300)
committerOleg Bondarev <obondarev@mirantis.com>
Thu, 9 Jul 2015 16:48:24 +0000 (19:48 +0300)
commit141f9f97a0162d667ce2568a4ff3927bd8b38c0d
tree5f5a7c931c13161cb2d9dbedd35aba3500d77eac
parentc499fe501995acd0453cd3e11c082fa4fcde262d
Move DVR related method to proper class

get_snat_candidates() is about DVR routers scheduling and hence
should be a method of L3_DVRsch_db_mixin.
This commit does not modify anything, just moves.

Change-Id: Ib610e589befae55c6fe827f5ee8c3d6a596b86e1
neutron/db/l3_agentschedulers_db.py
neutron/db/l3_dvrscheduler_db.py