summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/admin/config-ml2.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/admin/config-ml2.rst b/doc/source/admin/config-ml2.rst
index f6b4555a7f..5725f22441 100644
--- a/doc/source/admin/config-ml2.rst
+++ b/doc/source/admin/config-ml2.rst
@@ -266,6 +266,16 @@ For more details, see the
Configuration of those drivers is not part of this document.
+Extension Drivers
+-----------------
+
+The ML2 plug-in also supports extension drivers that allows other pluggable
+drivers to extend the core resources implemented in the ML2 plug-in
+(``networks``, ``ports``, etc.). Examples of extension drivers include support
+for QoS, port security, etc. For more details see the ``extension_drivers``
+configuration option in the `Configuration Reference <https://docs.openstack.org/ocata/config-reference/networking/networking_options_reference.html#modular-layer-2-ml2-plug-in-configuration-options>`__.
+
+
Agents
------