From eac40beb6b5e0e1a74be2dd8fabc916aeea22b46 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Wed, 28 Oct 2015 19:19:47 +0800 Subject: [PATCH] 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 --- doc/source/commands.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 8515bacff6..80ce824425 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