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
This commit is contained in:
Gage Hugo 2022-04-26 14:51:26 -05:00
parent e95d8a0bcd
commit a910c1fb90
1 changed files with 2 additions and 6 deletions

View File

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