diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 16f40fe9f..dc07004fc 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -1619,7 +1619,9 @@ def do_start(cs, args): @cliutils.arg('server', metavar='', help=_('Name or ID of server.')) def do_lock(cs, args): - """Lock a server.""" + """Lock a server. A normal (non-admin) user will not be able to execute + actions on a locked server. + """ _find_server(cs, args.server).lock()