From e0594ee69a1909b1b2d2f9960ab40ac55e438940 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 8 Sep 2014 13:13:54 -0600 Subject: [PATCH] Use teuthology.task.internal.push_inventory Signed-off-by: Zack Cerza --- teuthology/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/run.py b/teuthology/run.py index fa50a54b51..64cb513854 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -155,6 +155,7 @@ def main(ctx): {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.connect': None}, + {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, ]) -- 2.39.5