From a910c1fb903eb8053ed79e37f0dd2a815b770d38 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 26 Apr 2022 14:51:26 -0500 Subject: [PATCH] Update ovs-dpdk documentation release values This change updates the references in the documentation to reference newer openstack and ubuntu releases, as well as removes a section that was outdated that referred to testing. Change-Id: Ia670e19ae44109cc5d270c32fb3ed81e7d2e5d15 --- doc/source/install/developer/deploy-ovs-dpdk.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/source/install/developer/deploy-ovs-dpdk.rst b/doc/source/install/developer/deploy-ovs-dpdk.rst index d8c5b0c9e4..fccb4f6e0e 100644 --- a/doc/source/install/developer/deploy-ovs-dpdk.rst +++ b/doc/source/install/developer/deploy-ovs-dpdk.rst @@ -98,13 +98,9 @@ overrides before running the deployment scripts, for instance, .. code-block:: shell - export OPENSTACK_RELEASE=rocky + export OPENSTACK_RELEASE=wallaby export CONTAINER_DISTRO_NAME=ubuntu - export CONTAINER_DISTRO_VERSION=bionic - -Note that OVS-DPDK deployment has been tested with Openstack Rocky release and Ubuntu -Bionic container distributions. If the above variables aren't set, the defaults (currently -Openstack Ocata and Ubuntu Xenial) will be used. + export CONTAINER_DISTRO_VERSION=focal Troubleshooting ===============