summaryrefslogtreecommitdiff
path: root/nova/api
diff options
context:
space:
mode:
authorDmitriy Rabotyagov <noonedeadpunk@ya.ru>2022-08-09 12:55:04 +0200
committerDmitriy Rabotyagov <dmitriy.rabotyagov@citynetwork.eu>2022-08-09 12:56:23 +0200
commitdbfbe3804f788cb41f81b63d2750b9b64ab190a0 (patch)
treecb57f147c10394507f46c978db05eb18f3fda072 /nova/api
parentde830f87b0f505fe4d4938ebfa98de41c25901de (diff)
downloadnova-dbfbe3804f788cb41f81b63d2750b9b64ab190a0.tar.gz
[doc] Fix BFV Rescue trait name in microversion
Correct name used everywhere in code is COMPUTE_RESCUE_BFV. This should be fixed to not confuse users. Change-Id: I233113283f54c04118689724e18ad29a644dec05
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/api_version_request.py2
-rw-r--r--nova/api/openstack/compute/rest_api_version_history.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/openstack/api_version_request.py b/nova/api/openstack/api_version_request.py
index a3a8b1f41e..b4409197bd 100644
--- a/nova/api/openstack/api_version_request.py
+++ b/nova/api/openstack/api_version_request.py
@@ -235,7 +235,7 @@ REST_API_VERSION_HISTORY = """REST API Version History:
``POST /flavors/{flavor_id}/os-extra_specs`` and
``PUT /flavors/{flavor_id}/os-extra_specs/{id}`` APIs.
* 2.87 - Adds support for rescuing boot from volume instances when the
- compute host reports the COMPUTE_BFV_RESCUE capability trait.
+ compute host reports the COMPUTE_RESCUE_BFV capability trait.
* 2.88 - Drop statistics-style fields from the ``/os-hypervisors/detail``
and ``/os-hypervisors/{hypervisor_id}`` APIs, and remove the
``/os-hypervisors/statistics`` and
diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst
index b65e50c62f..4c25d9d747 100644
--- a/nova/api/openstack/compute/rest_api_version_history.rst
+++ b/nova/api/openstack/compute/rest_api_version_history.rst
@@ -1141,7 +1141,7 @@ Validation is only used for recognized extra spec namespaces, currently:
-------------------------------------
Adds support for rescuing boot from volume instances when the compute host
-reports the ``COMPUTE_BFV_RESCUE`` capability trait.
+reports the ``COMPUTE_RESCUE_BFV`` capability trait.
.. _microversion 2.88: