From 3dd5cbd165e89353e0e535f3f6c3924cf77eda7b Mon Sep 17 00:00:00 2001 From: James Denton Date: Wed, 13 Feb 2019 09:52:20 -0500 Subject: [PATCH] [docs] Update FWaaS v2 deployment scenario The docs currently do not mention that OVS is required for FWaaS v2. This patch provides a note and links to OVS deployment scenarios. Closes-Bug: 1781166 Change-Id: I650b42f9a4645ed17fbfe3b5c25da9d23c6a3a52 --- doc/source/configure-network-services.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/source/configure-network-services.rst b/doc/source/configure-network-services.rst index d093d84c..5f00b880 100644 --- a/doc/source/configure-network-services.rst +++ b/doc/source/configure-network-services.rst @@ -32,6 +32,11 @@ The following procedure describes how to modify the Deploying FWaaS v1 ------------------ +.. note:: + + The FWaaS v1 API is deprecated upstream. While FWaaS v1.0 is still + maintained, new features will be implemented in FWaaS v2.0 API. + #. Override the default list of neutron plugins to include ``firewall``: @@ -80,7 +85,16 @@ active development. Refer to the `FWaaS 2.0 API specification `_ -for more information on these FWaaS v2 features +for more information on these FWaaS v2 features. + +FWaaS v2 requires the use of Open vSwitch. To deploy an environment using +Open vSwitch for virtual networking, please refer to the following +documentation: + +* `Scenario - Using Open vSwitch `_ + +* `Scenario - Using Open vSwitch with DVR + `_ Follow the steps below to deploy FWaaS v2: