From 484a23830854c00a2d80a182c5e9cb159d0be860 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 19 Mar 2015 11:47:29 -0700 Subject: [PATCH] lock.py: allow machines list for --brief There was never any reason not to. Fixes: #11167 Signed-off-by: Dan Mick --- teuthology/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/lock.py b/teuthology/lock.py index 0ac26c3237..8c2ae86e90 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 \ -- 2.39.5