From d8aa10e583efbd6574abad03f41674178fa89925 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Fri, 9 Oct 2015 12:21:30 -0400 Subject: [PATCH] docs: Move tip about Extension Drivers into misc section Change-Id: Ifd458495992a0fd1b7437c315b4fe45906830cb1 --- doc/source/guides/neutron.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/guides/neutron.rst b/doc/source/guides/neutron.rst index 9d4f54a05e..cf48e22fa2 100644 --- a/doc/source/guides/neutron.rst +++ b/doc/source/guides/neutron.rst @@ -164,11 +164,6 @@ In this configuration we are defining FLOATING_RANGE to be a subnet that exists in the private RFC1918 address space - however in in a real setup FLOATING_RANGE would be a public IP address range. -Note that extension drivers for the ML2 plugin is set by -`Q_ML2_PLUGIN_EXT_DRIVERS`, and it includes 'port_security' by default. If you -want to remove all the extension drivers (even 'port_security'), set -`Q_ML2_PLUGIN_EXT_DRIVERS` to blank. - Neutron Networking with Open vSwitch and Provider Networks ========================================================== @@ -304,5 +299,11 @@ disable ufw if it was enabled, do the following: sudo service iptables save sudo ufw disable +Configuring Extension Drivers for the ML2 Plugin +------------------------------------------------ +Extension drivers for the ML2 plugin are set with the variable +`Q_ML2_PLUGIN_EXT_DRIVERS`, and includes the 'port_security' extension +by default. If you want to remove all the extension drivers (even +'port_security'), set `Q_ML2_PLUGIN_EXT_DRIVERS` to blank.