diff options
| author | Pedro Navarro <pednape@gmail.com> | 2015-01-19 21:50:21 +0100 |
|---|---|---|
| committer | lin-hua-cheng <os.lcheng@gmail.com> | 2015-02-01 13:15:49 -0800 |
| commit | ee062922d1a1350b8f951bdd1f53ee82a1227bfc (patch) | |
| tree | adc4dfe2b44fa73c1218bc0a9ede4ecd2ee1ee25 /doc/source/command-objects/server.rst | |
| parent | 95fe3fda3d041a4fa761040c80214d4ca5f29aaa (diff) | |
| download | python-openstackclient-ee062922d1a1350b8f951bdd1f53ee82a1227bfc.tar.gz | |
Improving the help of the lock command.
The lock command allows you to block the actions
on the server for the non-admin users. Improving
the help so that api users understands better
what locking a server implies.
Change-Id: I925c946751602dc0f6bd1d31b514bc20bca585fa
Closes-Bug: #1366279
Diffstat (limited to 'doc/source/command-objects/server.rst')
| -rw-r--r-- | doc/source/command-objects/server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 583acae0..ee6416fc 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -225,7 +225,7 @@ List servers server lock ----------- -Lock server +Lock a server. A non-admin user will not be able to execute actions .. program:: server lock .. code:: bash |
