]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add new config option for IPv6 Prefix Delegation
authorJohn Davidge <jodavidg@cisco.com>
Thu, 1 Oct 2015 17:32:53 +0000 (18:32 +0100)
committerJohn Davidge <jodavidg@cisco.com>
Fri, 6 Nov 2015 16:35:02 +0000 (16:35 +0000)
commita3113c56c2aee11755890e22026423cc5b43c811
treea8ff992bf9e6a22eea89ffdc30aff1e8bc7c578e
parent00f5fedab034830bfa743966d5625fa1899baee0
Add new config option for IPv6 Prefix Delegation

With the impending deprecation of the default subnetpool configuration
options, IPv6 PD needs to be enabled with a new config option.

This patch adds the 'ipv6_pd_enabled' option to neutron.conf, and makes
all of the necessary changes for its use.

DocImpact

Change-Id: I43486c5a13ee2ff0097355afe7e1f3ef8794b185
Closes-Bug: 1501835
etc/neutron.conf
neutron/common/config.py
neutron/common/constants.py
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/api/rpc/handlers/test_l3_rpc.py
neutron/tests/unit/db/test_db_base_plugin_v2.py
neutron/tests/unit/db/test_ipam_pluggable_backend.py