From: Zack Cerza Date: Thu, 12 Feb 2015 17:04:23 +0000 (-0700) Subject: Pass a description to unlock_one() X-Git-Tag: 1.1.0~1007^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04dc751a58d657abe3cd73b5c6d570e3976bec6f;p=teuthology.git Pass a description to unlock_one() Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 9c79c38c0..31b55030c 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -167,7 +167,7 @@ def lock_machines(ctx, config): get_status(ctx.summary) == 'pass': log.info('Unlocking machines...') for machine in ctx.config['targets'].iterkeys(): - lock.unlock_one(ctx, machine, ctx.owner) + lock.unlock_one(ctx, machine, ctx.owner, ctx.archive) def save_config(ctx, config):