From d5a3b24bde15543001551458bedd9e245521bbd0 Mon Sep 17 00:00:00 2001 From: Boden R Date: Mon, 21 Aug 2017 11:57:43 -0600 Subject: [PATCH] add doc section for ml2 extension drivers Today the ML2 config reference doesn't mention anything about ML2 extension drivers. While it likely doesn't make sense to clutter the primary ML2 driver types (type/mech) with extension drivers, this patch proposes we add a small section about them to link the concept to the config reference. Change-Id: Id964e6e4d13d400ea4cd8a1707ad0f08c52ef0b1 Partial-Bug: #1683102 --- doc/source/admin/config-ml2.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/admin/config-ml2.rst b/doc/source/admin/config-ml2.rst index f6b4555a7f7..5725f224412 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 `__. + + Agents ------