]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move _add_auto_addrs_on_network_ports
authorPavel Bondar <pbondar@infoblox.com>
Thu, 18 Jun 2015 11:17:58 +0000 (14:17 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Fri, 19 Jun 2015 10:38:42 +0000 (10:38 +0000)
commit5aaae68e5148f01e78a5e6013dce797dd42c1917
treef7197d6d7c633bc830c1c3bdf6bda2d5b77ca51a
parent4d35f1526504250cab5949414186947fadc2aade
Move _add_auto_addrs_on_network_ports

Moved to ipam_non_pluggable_backend.py since implementation
is specific for non pluggable ipam backend.
Pluggable implementation will additionally include rollback on failure actions.

This commit is a preparation step for using pluggable ipam.
More changes in this methods are expected to be done by following
patches.

Partially-Implements: blueprint neutron-ipam

Change-Id: I1876846526e370a7fcfa05b9a23fd9065973f111
neutron/db/db_base_plugin_v2.py
neutron/db/ipam_non_pluggable_backend.py