From: Dan Mick Date: Thu, 19 Mar 2015 18:47:29 +0000 (-0700) Subject: lock.py: allow machines list for --brief X-Git-Tag: 1.1.0~986^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=484a23830854c00a2d80a182c5e9cb159d0be860;p=teuthology.git lock.py: allow machines list for --brief There was never any reason not to. Fixes: #11167 Signed-off-by: Dan Mick --- diff --git a/teuthology/lock.py b/teuthology/lock.py index 0ac26c323..8c2ae86e9 100644 --- a/teuthology/lock.py +++ b/teuthology/lock.py @@ -150,7 +150,7 @@ def main(ctx): '-f is only supported by --lock and --unlock' if machines: assert ctx.lock or ctx.unlock or ctx.list or ctx.list_targets \ - or ctx.update, \ + or ctx.update or ctx.brief, \ 'machines cannot be specified with that operation' else: assert ctx.num_to_lock or ctx.list or ctx.list_targets or \