summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-29 14:33:17 +0000
committerGerrit Code Review <review@openstack.org>2019-08-29 14:33:17 +0000
commite43596ca5ce076ecbb53a6788349b46f2b3f5c39 (patch)
treed86a41a48150a567eb9dc778483fc74a4c5f08ac /doc
parent6aae5b23112f166209afc0465427c7506ef37f7c (diff)
parentecfa521b2126e2f0cee25969a7d2c4c8637abba2 (diff)
downloadpython-novaclient-e43596ca5ce076ecbb53a6788349b46f2b3f5c39.tar.gz
Merge "Microversion 2.77: Support Specifying AZ to unshelve"15.0.0
Diffstat (limited to 'doc')
-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