summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChen <dstbtgagt@foxmail.com>2018-05-15 15:25:40 +0800
committerDean Troyer <dtroyer@gmail.com>2019-05-17 20:56:45 +0000
commitc77a9621beaf7748e5ccfecb3ac37fa9602c5bfe (patch)
tree37c2429f9c7b3949065c01730bfd7970aed01cb1 /doc
parent0a2b01fb40624af8c5b611843c120f024255d083 (diff)
downloadpython-openstackclient-c77a9621beaf7748e5ccfecb3ac37fa9602c5bfe.tar.gz
Compute: Add description support for server
This patch adds functionality to configure server's description with: 1 server create 2 server set 3 server unset 4 server rebuild Change-Id: Ic06d97b29e51828b29d7ac5172645c288e4ada9e Story: 2002005 Task: 19640
Diffstat (limited to 'doc')
-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.