From d614e9dac7dd794a7fb02d37d090268f80f695b3 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 22 Apr 2021 09:39:44 +0200 Subject: [PATCH] Remove SRIOV attach limitation from the doc Since I67504a37b0fe2ae5da3cba2f3122d9d0e18b9481 Nova supports attaching neutron ports backed by PCI devices. So the limitation can be removed from the doc. Closes-Bug: #1925433 Change-Id: I44e573bd55e3631901d782d6d65987a58ca3e4fb (cherry picked from commit 947e8a041c22c97bf342b1498b837a5c3f553d95) --- doc/source/admin/config-sriov.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/admin/config-sriov.rst b/doc/source/admin/config-sriov.rst index c08e88abc32..2049bacd335 100644 --- a/doc/source/admin/config-sriov.rst +++ b/doc/source/admin/config-sriov.rst @@ -653,5 +653,4 @@ Known limitations SR-IOV features may require a specific NIC driver version, depending on the vendor. Intel NICs, for example, require ixgbe version 4.4.6 or greater, and ixgbevf version 3.2.2 or greater. -* Attaching SR-IOV ports to existing servers is not currently supported, see - `bug 1708433 `_ for details. +* Attaching SR-IOV ports to existing servers is supported starting with the Victoria release.