]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use the new console_log class 937/head
authorZack Cerza <zack@redhat.com>
Thu, 18 Aug 2016 21:55:33 +0000 (15:55 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 23 Aug 2016 20:40:20 +0000 (14:40 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/run.py

index a6e40e76b2628d42ecc7750f36cc020304848011..e1f79a1270969df7fc79214639ed02bc360ec32b 100644 (file)
@@ -191,6 +191,7 @@ def get_initial_tasks(lock, config, machine_type):
         init_tasks.extend([
             {'internal.check_lock': None},
             {'internal.add_remotes': None},
+            {'console_log': None},
             {'internal.connect': None},
             {'internal.push_inventory': None},
             {'internal.serialize_remote_roles': None},