]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor _update_subnet_allocation_pools
authorPavel Bondar <pbondar@infoblox.com>
Thu, 11 Jun 2015 14:23:41 +0000 (17:23 +0300)
committerJohn Belamaric <jbelamaric@infoblox.com>
Fri, 12 Jun 2015 02:37:11 +0000 (22:37 -0400)
commit7e0222409dab6223579efea34ba0d3ccf93e11d3
tree74b5d160d3810f560d34e4b4ba53b73635c7c10b
parentac687a3171ce6b262b753b140ee0c5dbba8624b1
Refactor _update_subnet_allocation_pools

Moved _update_subnet_allocation_pools to ipam_backend_mixin.py.
Call _rebuild_availability_ranges with self to make it overridable
on upper level (from non-pluggable backend).

Partially-Implements: blueprint neutron-ipam

Change-Id: If7b1e720f88a2f0177b6772a015ae216f19ee22d
neutron/db/db_base_plugin_v2.py
neutron/db/ipam_backend_mixin.py