Bring in SFC support
Change-Id: I42673ff1529a082185564592d2d709a8e3b57acf
diff --git a/README.rst b/README.rst
index 620e100..f108a5b 100644
--- a/README.rst
+++ b/README.rst
@@ -961,6 +961,27 @@
provider_mappings: physnet1:br-floating
+Service Function Chaining Extension (SFC)
+----------------
+
+.. code-block:: yaml
+
+ neutron:
+ server:
+ sfc:
+ enabled: true
+ sfc_drivers:
+ - ovs # valid options: ovs, odl, ovn (not implemented yet)
+ flow_classifier_drivers:
+ - ovs # valid options: see above
+ ....
+ compute:
+ backend:
+ ovs_extension:
+ sfc:
+ enabled: True
+
+
Neutron Server
--------------