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

This commit is contained in:
Zuul 2021-03-24 13:23:49 +00:00 committed by Gerrit Code Review
commit a337c1de91
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 setting allowing different types of operating systems to specify
how much time they need to shut down cleanly. 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 If you want to rescue an instance with a specific image, rather than the
default one, use the ``--image`` parameter: 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``, ``hw_rng``, ``hw_video``, ``os``, ``pci_passthrough``, ``powervm``, ``quota``,
``resources``, ``trait``, and ``vmware``. ``resources``, ``trait``, and ``vmware``.
.. _2.87-microversion:
2.87 (Maximum in Ussuri and Victoria) 2.87 (Maximum in Ussuri and Victoria)
------------------------------------- -------------------------------------