summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-10 06:10:06 +0000
committerGerrit Code Review <review@openstack.org>2020-04-10 06:10:06 +0000
commit0150204689db0e2060ebdb5fdbb3f850d1fb98cb (patch)
tree04813fef1e96f121f0bbd4d8f23513811e65a5c4
parentc5f29d683315e1afbe944aca8b3ae819de74d286 (diff)
parent3ae6ecc9c051d6541a39e1b6de74039a951a4dca (diff)
downloadpython-novaclient-0150204689db0e2060ebdb5fdbb3f850d1fb98cb.tar.gz
Merge "[Trivial] FUP: Enhanced description for 'server list --config-drive' help"
-rw-r--r--doc/source/cli/nova.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index d661599e..4b501949 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>``