From cf678a1f07f36d2dd34e3718321aa79f635b3073 Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Tue, 12 May 2015 16:47:26 +0100 Subject: [PATCH] Update PD section to include dhcpv6_pd_agent info Change-Id: Ief211052773e6c0723624ceb1704aaf5fb8bd5d8 --- doc/networking-guide/source/adv_config_ipv6.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/networking-guide/source/adv_config_ipv6.rst b/doc/networking-guide/source/adv_config_ipv6.rst index 27c103e630..1b781dae14 100644 --- a/doc/networking-guide/source/adv_config_ipv6.rst +++ b/doc/networking-guide/source/adv_config_ipv6.rst @@ -679,4 +679,19 @@ with OpenStack: http://www.debug-all.com/?p=52 Extra configuration ------------------- -None +Neutron dhcpv6_pd_agent +^^^^^^^^^^^^^^^^^^^^^^^ +To enable the driver for the dhcpv6_pd_agent, set pd_dhcp_driver to this in +:file:`etc/neutron.conf`:: + + 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:: + + pd_interface = br-ex + +Once you have stacked run the command below to start the neutron-pd-agent:: + + neutron-pd-agent --config-file /etc/neutron/neutron.conf