]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Collapse create_subnet into single method
authorPavel Bondar <pbondar@infoblox.com>
Thu, 25 Jun 2015 13:32:22 +0000 (16:32 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Thu, 2 Jul 2015 09:11:43 +0000 (09:11 +0000)
commit06d6012e3e379f774e190203f4f6f32c20704daa
treeb633707158690b84af9799a6cb49aa3ffb85e202
parentf9787afc348d7d386caf90ef8e9257bb0f9e002c
Collapse create_subnet into single method

Previously create_subnet called different methods for subnet allocation
with subnetpool and without it.

_create_subnet_from_implicit_pool and _create_subnet_from_pool
were collapsed into single method _create_subnet.
This is intermediate step for supporting pluggable ipam.

Partially-Implements: blueprint neutron-ipam

Change-Id: Ia6cfc2c15e29f983a623772f5473166c075a20e4
neutron/db/db_base_plugin_common.py
neutron/db/db_base_plugin_v2.py
neutron/db/ipam_non_pluggable_backend.py