summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-05 03:25:46 +0000
committerGerrit Code Review <review@openstack.org>2019-06-05 03:25:46 +0000
commit95626f1acb053b3c7e1e9c1cf6e3c0f47a91dba8 (patch)
tree73bc8cfccb8887588f7a3b52414054449dbb3fde /doc/source/cli
parent91bc0f35def33d49d293be4bd517678222c6b791 (diff)
parentc77a9621beaf7748e5ccfecb3ac37fa9602c5bfe (diff)
downloadpython-openstackclient-95626f1acb053b3c7e1e9c1cf6e3c0f47a91dba8.tar.gz
Merge "Compute: Add description support for server"
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/data/nova.csv3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv
index fe2aa362..872d6e09 100644
--- a/doc/source/cli/data/nova.csv
+++ b/doc/source/cli/data/nova.csv
@@ -125,7 +125,8 @@ unlock,server unlock,Unlock a server.
unpause,server unpause,Unpause a server.
unrescue,server unrescue,Restart the server from normal boot disk again.
unshelve,server unshelve,Unshelve a server.
-update,server set / unset,Update the name or the description for a server.
+update,server set / unset --description,Update or unset the description for a server.
+update,server set --name,Update the name for a server.
usage,usage show,Show usage data for a single tenant.
usage-list,usage list,List usage data for all tenants.
version-list,,List all API versions.