docs: Add note about rescuing bfv instances with the 2.87 microversion

This was somehow missed when we landed the stable rescue doc updates in
Iaa2f27ccb2a77102fde6b24b76c9d5ae54608cca.

Change-Id: Ib7b9f4fd7673525129c03dc2943deedd0c7ad81f
This commit is contained in:
Lee Yarwood
2021-03-09 10:27:44 +00:00
parent 8318eb9c2f
commit ff3fd84636
2 changed files with 9 additions and 0 deletions

View File

@@ -79,6 +79,13 @@ command:
setting allowing different types of operating systems to specify
how much time they need to shut down cleanly.
To rescue an instance that boots from a volume you need to use the
:ref:`2.87 microversion or later <2.87-microversion>`.
.. code-block:: console
$ openstack --os-compute-api-version 2.87 server rescue SERVER
If you want to rescue an instance with a specific image, rather than the
default one, use the ``--image`` parameter:

View File

@@ -1135,6 +1135,8 @@ Validation is only used for recognized extra spec namespaces, currently:
``hw_rng``, ``hw_video``, ``os``, ``pci_passthrough``, ``powervm``, ``quota``,
``resources``, ``trait``, and ``vmware``.
.. _2.87-microversion:
2.87 (Maximum in Ussuri and Victoria)
-------------------------------------