]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add IPv6 Prefix Delegation compatibility to ipam_pluggable_backend
authorJohn Davidge <jodavidg@cisco.com>
Thu, 13 Aug 2015 17:51:57 +0000 (18:51 +0100)
committerJohn Davidge <jodavidg@cisco.com>
Tue, 25 Aug 2015 16:01:22 +0000 (17:01 +0100)
commit305dcb1dbccfcaff92c39bfb5763d5b9660e91cb
treed13de7ba3f692cd6525129f7853058d5249b4983
parent35e10cb92414c98d17734961470a5abfb4c2149d
Add IPv6 Prefix Delegation compatibility to ipam_pluggable_backend

This patch makes the necessary changes for IPv6 PD to function when
pluggable ipam is enabled with the reference driver.

Includes a unit test for this functionality.

Change-Id: I4227cc08fdd62922632629c424dbeb542a48a67f
Partially-Implements: blueprint ipv6-prefix-delegation
neutron/db/ipam_pluggable_backend.py
neutron/ipam/drivers/neutrondb_ipam/driver.py
neutron/tests/unit/db/test_ipam_pluggable_backend.py