diff options
| author | jichenjc <jichenjc@cn.ibm.com> | 2016-02-20 06:32:13 +0800 |
|---|---|---|
| committer | jichenjc <jichenjc@cn.ibm.com> | 2016-02-23 13:43:37 +0800 |
| commit | 6902a288f8e403cfa143e5c8946ad39bcb2dc396 (patch) | |
| tree | c8a87d95314ef551743fe27cc10979e6a25e300f /doc/source/commands.rst | |
| parent | 43957d602b70ac718f0eab0fa30be5a4f20a5233 (diff) | |
| download | python-openstackclient-6902a288f8e403cfa143e5c8946ad39bcb2dc396.tar.gz | |
[compute] Support restore server
Server in soft-delete state can be restored, add this command.
Change-Id: Id9d7246f89ae65273505f36dcb664996534ae986
Diffstat (limited to 'doc/source/commands.rst')
| -rw-r--r-- | doc/source/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 2195720f..9a24afa3 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -199,7 +199,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``remove`` (``add``) - remove an object from a group of objects * ``rescue`` (``unrescue``) - reboot a server in a special rescue mode allowing access to the original disks * ``resize`` - change a server's flavor -* ``restore`` - restore a heat stack snapshot +* ``restore`` - restore a heat stack snapshot or restore a server in soft-deleted state * ``resume`` (``suspend``) - return one or more suspended servers to running state * ``revoke`` (``issue``) - revoke a token * ``save`` - download an object locally |
