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.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index 6db1cd0c..d661599e 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -3966,11 +3966,13 @@ new volume.
``--delete-on-termination``
Specify that the volume should be deleted when the server is destroyed.
+ It is mutually exclusive with '--no-delete-on-termination'.
(Supported by API versions '2.85' - '2.latest')
``--no-delete-on-termination``
Specify that the attached volume should not be deleted when
- the server is destroyed. (Supported by API versions '2.85' - '2.latest')
+ the server is destroyed. It is mutually exclusive with '--delete-on-termination'.
+ (Supported by API versions '2.85' - '2.latest')
.. _nova_bash-completion: