summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 ab310758..007e9686 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -3849,7 +3849,8 @@ nova volume-attach
.. code-block:: console
- usage: nova volume-attach [--tag <tag>] <server> <volume> [<device>]
+ usage: nova volume-attach [--delete-on-termination] [--tag <tag>]
+ <server> <volume> [<device>]
Attach a volume to a server.
@@ -3870,6 +3871,11 @@ Attach a volume to a server.
``--tag <tag>``
Tag for the attached volume. (Supported by API versions '2.49' - '2.latest')
+``--delete-on-termination``
+ Specify if the attached volume sholud be deleted when the server is
+ destroyed. By default the attached volume is not deleted when the server is
+ destroyed. (Supported by API versions '2.79' - '2.latest')
+
.. _nova_volume-attachments:
nova volume-attachments