summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2020-04-10 08:39:35 +0800
committerzhangbailin <zhangbailin@inspur.com>2020-04-10 08:39:39 +0800
commitc5f29d683315e1afbe944aca8b3ae819de74d286 (patch)
tree14919a20e9ad88344a12a74dffb23c9d55c81887 /doc
parent4d6c70d25df99a4f28f263cd3160c74ccf1343e3 (diff)
downloadpython-novaclient-c5f29d683315e1afbe944aca8b3ae819de74d286.tar.gz
FUP: Add volume-update CLI pre V285 tests
This commit mainly to fix some comments from [1]. [1]https://review.opendev.org/#/c/712651/19/novaclient/tests/unit/v2/test_shell.py@4001 Blueprint: destroy-instance-with-datavolume Change-Id: Id809f22d0da2cdedf33a2c0df202f3953fd01673
Diffstat (limited to 'doc')
-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: