From 513c3652b4ba6b35bb8d457b3630956174a9894f Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 24 Aug 2020 17:08:23 +0200 Subject: [PATCH] Update IPv6 Prefix Delegation docs This patch removes part about neutron-pd-agent from the PD docs. This agent was retired many cycles ago with [1] so we shouldn't mention about that in our docs. [1] https://review.opendev.org/#/c/388919/ Change-Id: I546d04373b475deef3a3c7fb2694da5a4fecaa26 --- doc/source/admin/config-ipv6.rst | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/doc/source/admin/config-ipv6.rst b/doc/source/admin/config-ipv6.rst index 3f95a0c6c2f..742b8a1b8ac 100644 --- a/doc/source/admin/config-ipv6.rst +++ b/doc/source/admin/config-ipv6.rst @@ -521,8 +521,7 @@ To enable prefix delegation, edit the ``/etc/neutron/neutron.conf`` file. pd_dhcp_driver = - Drivers other than the default one may require extra configuration, - please refer to :ref:`extra-driver-conf` + Drivers other than the default one may require extra configuration. This tells OpenStack Networking to use the prefix delegation mechanism for subnet allocation when the user does not provide a CIDR or subnet pool id when @@ -756,32 +755,3 @@ References The following presentation from the Barcelona Summit provides a great guide for setting up IPv6 with OpenStack: `Deploying IPv6 in OpenStack Environments `_. - -.. _extra-driver-conf: - -Extra configuration -------------------- - -Neutron dhcpv6_pd_agent -^^^^^^^^^^^^^^^^^^^^^^^ - -To enable the driver for the dhcpv6_pd_agent, set pd_dhcp_driver to this in -``/etc/neutron/neutron.conf``: - -.. code-block:: console - - pd_dhcp_driver = neutron_pd_agent - -To allow the neutron-pd-agent to communicate with prefix delegation servers, -you must set which network interface to use for external communication. In -DevStack the default for this is ``br-ex``: - -.. code-block:: console - - pd_interface = br-ex - -Once you have stacked run the command below to start the neutron-pd-agent: - -.. code-block:: console - - neutron-pd-agent --config-file /etc/neutron/neutron.conf