Merge "Doc: Add warning for not supported Prefix Delegation"

This commit is contained in:
Zuul
2022-04-21 10:53:40 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 1 deletions

View File

@@ -490,6 +490,12 @@ endpoints can be accessed via an IPv6 network. At this time, Open vSwitch
Prefix delegation
~~~~~~~~~~~~~~~~~
.. warning::
This feature is experimental with low test coverage, and the Dibbler client
which is used for this feature is no longer maintained. For details see:
https://github.com/tomaszmrugalski/dibbler#project-status
From the Liberty release onwards, OpenStack Networking supports IPv6 prefix
delegation. This section describes the configuration and workflow steps
necessary to use IPv6 prefix delegation to provide automatic allocation of

View File

@@ -66,7 +66,10 @@ core_opts = [
cfg.IntOpt('max_subnet_host_routes', default=20,
help=_("Maximum number of host routes per subnet")),
cfg.BoolOpt('ipv6_pd_enabled', default=False,
help=_("Enables IPv6 Prefix Delegation for automatic subnet "
help=_("Warning: This feature is experimental with low test "
"coverage, and the Dibbler client which is used for "
"this feature is no longer maintained! "
"Enables IPv6 Prefix Delegation for automatic subnet "
"CIDR allocation. "
"Set to True to enable IPv6 Prefix Delegation for "
"subnet allocation in a PD-capable environment. Users "