]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Introduce External IPAM Interface
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 13 Nov 2014 19:27:27 +0000 (12:27 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 17 Mar 2015 22:03:05 +0000 (15:03 -0700)
commitb419cc56d5b154a6ffef2eaa6559dd95bced05c8
tree62c93cff5adbc7e746f420e375a2f1fbe44a2c61
parent20fe763a65ae9d7a3496d2c30aca1b58957a5f3b
Introduce External IPAM Interface

This introduces an interface for an external IPAM driver.  Neutron needs to be
modified to make calls using it for its IPAM needs.  Additionally, the default
IPAM interface must be written to implement this interface.

Partially-Implements: blueprint neutron-ipam

Change-Id: Ieb565a2d2629ab8236a4be1173df464b7aa06f04
neutron/ipam/__init__.py [new file with mode: 0644]
neutron/ipam/driver.py [new file with mode: 0644]
neutron/tests/unit/ipam/__init__.py [new file with mode: 0644]
neutron/tests/unit/ipam/test_ipam.py [new file with mode: 0644]