]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
workunit: grab 'all' config from the right variable
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 19:31:22 +0000 (12:31 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 19:31:28 +0000 (12:31 -0700)
teuthology/task/workunit.py

index 4221b70630eabeb932c28ab27860268edd07cc03..812e7214c34414a517d94915d3239e9b1ec1c4f4 100644 (file)
@@ -69,7 +69,7 @@ def task(ctx, config):
                 all_spec = True
 
     if all_spec:
-        all_tasks = config["all"]
+        all_tasks = clients["all"]
         _spawn_on_all_clients(ctx, all_tasks, config.get('env'))
 
 def _make_scratch_dir(ctx, role):