summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2019-03-15 13:03:10 +0000
committerStephen Finucane <sfinucan@redhat.com>2020-11-02 17:08:17 +0000
commit01eb4e839394fe433a92a06daf1499fb00f2fe69 (patch)
treedd77dc8337d8b714a567241c977072c636031188 /doc/source
parent7fdbc6b8af681fc48bd3a78822ffab52c29329ac (diff)
downloadpython-openstackclient-01eb4e839394fe433a92a06daf1499fb00f2fe69.tar.gz
Add 'openstack server evacuate' command
This change adds a new 'openstack server evacuate' command to provide parity with the 'nova evacuate' command. The term "evacuate" is notoriously poor, in that it implies the instance is moved rather than recreated, but it is retained since people are familiar with it now. Change-Id: I1e32ca51036c501862d8e89b3144a9695d98a06f
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/command-objects/server.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/server.rst b/doc/source/cli/command-objects/server.rst
index 89eb4e37..cf7df1da 100644
--- a/doc/source/cli/command-objects/server.rst
+++ b/doc/source/cli/command-objects/server.rst
@@ -11,6 +11,9 @@ Compute v2
:command: server create
.. autoprogram-cliff:: openstack.compute.v2
+ :command: server evacuate
+
+.. autoprogram-cliff:: openstack.compute.v2
:command: server delete
.. autoprogram-cliff:: openstack.compute.v2