summaryrefslogtreecommitdiff
path: root/doc/source/cli/nova.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/nova.rst')
-rw-r--r--doc/source/cli/nova.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index c0d80eda..dcd24be9 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -3722,7 +3722,7 @@ nova unshelve
.. code-block:: console
- usage: nova unshelve <server>
+ usage: nova unshelve [--availability-zone <availability_zone>] <server>
Unshelve a server.
@@ -3731,6 +3731,12 @@ Unshelve a server.
``<server>``
Name or ID of server.
+**Optional arguments:**
+
+``--availability-zone <availability_zone>``
+ Name of the availability zone in which to unshelve a ``SHELVED_OFFLOADED``
+ server. (Supported by API versions '2.77' - '2.latest')
+
.. _nova_update:
nova update