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 ===============