summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-28 18:36:15 +0000
committerGerrit Code Review <review@openstack.org>2023-04-28 18:36:15 +0000
commit5c45b1ee299874f7144ad602974fe1976da8473e (patch)
tree86f592cb3904f6da2716506f721bf8b2534a7c35 /doc
parent2b16e9c579c01299f9a48d65dc2ac19e2ac34aaf (diff)
parent9f22dc1d3af15ef8a85d608e2d8ffb6d29140fca (diff)
downloadneutron-5c45b1ee299874f7144ad602974fe1976da8473e.tar.gz
Merge "Doc: Add FWaaS v2 install details"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/fwaas-v2-scenario.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/source/admin/fwaas-v2-scenario.rst b/doc/source/admin/fwaas-v2-scenario.rst
index bab66ae64c..a11983bf1c 100644
--- a/doc/source/admin/fwaas-v2-scenario.rst
+++ b/doc/source/admin/fwaas-v2-scenario.rst
@@ -5,6 +5,37 @@ Firewall-as-a-Service (FWaaS) v2 scenario
Firewall v2 has no support for OVN currently.
+Installation of FWaaS v2
+------------------------
+
+If possible, you should rely on packages provided by your Linux and/or
+OpenStack distribution:
+
+* For example for Ubuntu you can install the ``neutron-fwaas-common``
+ package provided by Canonical.
+
+.. warning::
+
+ Always check the version of the available package and check the releases
+ on https://releases.openstack.org/
+
+If you use ``pip``, follow these steps to install neutron-fwaas:
+
+* `identify the version of the neutron-fwaas package
+ <https://opendev.org/openstack/releases/src/branch/master/deliverables>`_
+ that matches your OpenStack version:
+
+ * 2023.1 Antelope: latest 18.0.x version
+ * Zed: latest 17.0.x version
+
+* indicate pip to (a) install precisely this version and (b) take into
+ account OpenStack upper constraints on package versions for dependencies
+ (example for Antelope):
+
+ .. code-block:: console
+
+ pip install -c https://opendev.org/openstack/requirements/raw/branch/stable/2023.1/upper-constraints.txt neutron-fwaas==18.0.0
+
Enable FWaaS v2
---------------