summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-11-11 18:39:22 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-08 18:01:25 +0000
commit64c2a1a453fce8f4e2e7e8441692af007c176459 (patch)
treef56c8f4a0a4242e21c62d6e4303871ba189dbc46 /doc/source
parent958344733aa6d8aea6cb8d06cc4d879fe1ee44a6 (diff)
downloadpython-openstackclient-64c2a1a453fce8f4e2e7e8441692af007c176459.tar.gz
Add 'server shelve --offload', 'server shelve --wait' options
The '--offload' option allows us to explicitly request that the server be offloaded once shelved or if already shelved. The '--wait' option allows us to wait for the shelve and/or offload operations to complete before returning. It is implied when attempting to offload a server than is not yet shelved. Change-Id: Id226831e3c09bc95c34b222151b27391a844b073 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/data/nova.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv
index 2004007f..c319a4a6 100644
--- a/doc/source/cli/data/nova.csv
+++ b/doc/source/cli/data/nova.csv
@@ -114,7 +114,7 @@ service-force-down,compute service set --force,Force service to down.
service-list,compute service list,Show a list of all running services.
set-password,server set --root-password,Change the admin password for a server.
shelve,server shelve,Shelve a server.
-shelve-offload,,Remove a shelved server from the compute node.
+shelve-offload,shelve --offload,Remove a shelved server from the compute node.
show,server show,Show details about the given server.
ssh,server ssh,SSH into a server.
start,server start,Start the server(s).