Skip to content

Commit eac40be

Browse files
committed
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
1 parent d7ad229 commit eac40be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Those actions with an opposite action are noted in parens if applicable.
169169
* ``delete`` (``create``) - delete a specific occurrence of the specified object
170170
* ``issue`` (``revoke``) - issue a token
171171
* ``list`` - display summary information about multiple objects
172-
* ``lock`` (``unlock``)
172+
* ``lock`` (``unlock``) - lock a server so that non-admin user won't be able to execute actions
173173
* ``migrate`` - move a server to a different host; ``--live`` performs a
174174
live migration if possible
175175
* ``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.
184184
* ``set`` (``unset``) - set a property on the object, formerly called metadata
185185
* ``show`` - display detailed information about the specific object
186186
* ``suspend`` (``resume``) - stop a server and save to disk freeing memory
187-
* ``unlock`` (``lock``)
187+
* ``unlock`` (``lock``) - unlock a server
188188
* ``unpause`` (``pause``) - return a paused server to running state
189189
* ``unrescue`` (``rescue``) - return a server to normal boot mode
190190
* ``unset`` (``set``) - remove an attribute of the object

0 commit comments

Comments
 (0)