diff options
author | zhangbailin <zhangbailin@inspur.com> | 2020-04-10 11:52:24 +0800 |
---|---|---|
committer | zhangbailin <zhangbailin@inspur.com> | 2020-04-10 11:52:27 +0800 |
commit | 3ae6ecc9c051d6541a39e1b6de74039a951a4dca (patch) | |
tree | 525df9aa1ccf11c8313031ff3acea248b2d4bd71 | |
parent | 4d6c70d25df99a4f28f263cd3160c74ccf1343e3 (diff) | |
download | python-novaclient-3ae6ecc9c051d6541a39e1b6de74039a951a4dca.tar.gz |
[Trivial] FUP: Enhanced description for 'server list --config-drive' help
This commit mainly address comments in [1].
[1]https://review.opendev.org/#/c/718349/4/doc/source/cli/nova.rst@2321
Change-Id: I6010adbc895b4e2438f9f0729e3c89f37a69c8f8
-rw-r--r-- | doc/source/cli/nova.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index 6db1cd0c..d418b786 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -2320,10 +2320,12 @@ present in the failure domain. ``--config-drive`` Display servers that have a config drive attached. + It is mutually exclusive with '--no-config-drive'. (Admin only until microversion 2.82). ``--no-config-drive`` Display servers that do not have a config drive attached. + It is mutually exclusive with '--config-drive'. (Admin only until microversion 2.82). ``--progress <progress>`` |