diff options
| author | Tang Chen <tangchen@cn.fujitsu.com> | 2015-10-28 19:19:47 +0800 |
|---|---|---|
| committer | Tang Chen <tangchen@cn.fujitsu.com> | 2015-10-28 19:19:47 +0800 |
| commit | eac40beb6b5e0e1a74be2dd8fabc916aeea22b46 (patch) | |
| tree | 2549973d515ce86f0f46a445621b2eb4cd22d4fe /doc/source | |
| parent | d7ad229d8a41b0022d64fd86239235c56022252a (diff) | |
| download | python-openstackclient-eac40beb6b5e0e1a74be2dd8fabc916aeea22b46.tar.gz | |
Trivial clean up: Add doc for "osc server lock/unlock".
There is no doc for "server lock/unlock" in doc/source/commands.rst.
Change-Id: Ibabc260f6269a452c3de0d032839f63938bd348e
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 8515bacf..80ce8244 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -169,7 +169,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``delete`` (``create``) - delete a specific occurrence of the specified object * ``issue`` (``revoke``) - issue a token * ``list`` - display summary information about multiple objects -* ``lock`` (``unlock``) +* ``lock`` (``unlock``) - lock a server so that non-admin user won't be able to execute actions * ``migrate`` - move a server to a different host; ``--live`` performs a live migration if possible * ``pause`` (``unpause``) - stop a server and leave it in memory @@ -184,7 +184,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``set`` (``unset``) - set a property on the object, formerly called metadata * ``show`` - display detailed information about the specific object * ``suspend`` (``resume``) - stop a server and save to disk freeing memory -* ``unlock`` (``lock``) +* ``unlock`` (``lock``) - unlock a server * ``unpause`` (``pause``) - return a paused server to running state * ``unrescue`` (``rescue``) - return a server to normal boot mode * ``unset`` (``set``) - remove an attribute of the object |
