Skip to content

Commit 0914d04

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "docs: Move tip about Extension Drivers into misc section"
2 parents fd1050f + d8aa10e commit 0914d04

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/source/guides/neutron.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ In this configuration we are defining FLOATING_RANGE to be a
164164
subnet that exists in the private RFC1918 address space - however in
165165
in a real setup FLOATING_RANGE would be a public IP address range.
166166

167-
Note that extension drivers for the ML2 plugin is set by
168-
`Q_ML2_PLUGIN_EXT_DRIVERS`, and it includes 'port_security' by default. If you
169-
want to remove all the extension drivers (even 'port_security'), set
170-
`Q_ML2_PLUGIN_EXT_DRIVERS` to blank.
171-
172167
Neutron Networking with Open vSwitch and Provider Networks
173168
==========================================================
174169

@@ -358,5 +353,11 @@ disable ufw if it was enabled, do the following:
358353
sudo service iptables save
359354
sudo ufw disable
360355

356+
Configuring Extension Drivers for the ML2 Plugin
357+
------------------------------------------------
361358

359+
Extension drivers for the ML2 plugin are set with the variable
360+
`Q_ML2_PLUGIN_EXT_DRIVERS`, and includes the 'port_security' extension
361+
by default. If you want to remove all the extension drivers (even
362+
'port_security'), set `Q_ML2_PLUGIN_EXT_DRIVERS` to blank.
362363

0 commit comments

Comments
 (0)