summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/accelerator-support.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/api-guide/source/accelerator-support.rst b/api-guide/source/accelerator-support.rst
index cf9f185273..a33b3bdd66 100644
--- a/api-guide/source/accelerator-support.rst
+++ b/api-guide/source/accelerator-support.rst
@@ -29,9 +29,8 @@ appropriate privileges) must do the following:
openstack server create --flavor $myflavor --image $myimage $servername
-As of 21.0.0 (Ussuri), nova supports only specific operations for instances
-with accelerators. The lists of supported and unsupported operations are as
-below:
+Nova supports only specific operations for instances with accelerators.
+The lists of supported and unsupported operations are as below:
* Supported operations.
@@ -42,17 +41,21 @@ below:
* Take a snapshot.
* Backup.
* Rescue and unrescue.
+ * Rebuild.
+ * Evacuate.
* Unsupported operations
- * Rebuild.
* Resize.
- * Evacuate.
* Suspend and resume.
* Shelve and unshelve.
* Cold migration.
* Live migration.
+.. versionchanged:: 22.0.0(Victoria)
+
+ Added support for rebuild and evacuate operations.
+
Some operations, such as lock and unlock, work as they are effectively
no-ops for accelerators.