]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Decompose db_base_plugin_v2.py
authorPavel Bondar <pbondar@infoblox.com>
Wed, 3 Jun 2015 11:22:29 +0000 (14:22 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Wed, 3 Jun 2015 14:35:19 +0000 (17:35 +0300)
commitece8cc2e9aae1610a325d0c206e38da3da9a0a1a
treea3fe65a3ba68c1c06df2bc0b47a8912df0361106
parent052054133abb76ef944d17e97df3afc8bc3f1738
Decompose db_base_plugin_v2.py

Moved private getters and simple helpers into db_base_plugin_common.
This change is part of bigger refactoring for supporting Pluggable IPAM.
Main purpose is to make getters accessible by IPAM code.

Partially-Implements: blueprint neutron-ipam

Change-Id: I1eac61c258541bca80e14be4b7c75519a014ffae
neutron/db/db_base_plugin_common.py [new file with mode: 0644]
neutron/db/db_base_plugin_v2.py