]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Pass a description to unlock_one() 435/head
authorZack Cerza <zack@redhat.com>
Thu, 12 Feb 2015 17:04:23 +0000 (10:04 -0700)
committerZack Cerza <zack@redhat.com>
Thu, 12 Feb 2015 18:15:12 +0000 (11:15 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/internal.py

index 9c79c38c095fcfe0cf4e7eca50f7b1c374dc856c..31b55030c3915297db657ff50d60d659cb3340d6 100644 (file)
@@ -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):