]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Decompose db_base_plugin_v2.py part 2
authorPavel Bondar <pbondar@infoblox.com>
Fri, 5 Jun 2015 11:01:10 +0000 (14:01 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Fri, 5 Jun 2015 12:01:13 +0000 (15:01 +0300)
commit546cab2d62a0daf88ef192dd2fb2e185b39a7fcb
tree1b953c560d71866f8150ebb08b24df7d21975fe0
parentece8cc2e9aae1610a325d0c206e38da3da9a0a1a
Decompose db_base_plugin_v2.py part 2

This patch contains method moving with minor modifications like updating
class names. IPAM specific methods were moved into ipam_backend_mixin and
ipam_non_pluggable_backend.

ipam_backend_mixin - contains code common for both backends (pluggable and
non-pluggable).

ipam_non_pluggable_backend - contains code specific for non-pluggable
IPAM implementation.

Partially-Implements: blueprint neutron-ipam

Change-Id: I6d68e4066ca472107def197c5a5afccbb6886a0e
neutron/db/db_base_plugin_v2.py
neutron/db/ipam_backend_mixin.py [new file with mode: 0644]
neutron/db/ipam_non_pluggable_backend.py [new file with mode: 0644]
neutron/tests/unit/db/test_db_base_plugin_v2.py