commit | 10266f400cba60d74cace2bb4b4daf5e23992fe8 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Sep 10 19:26:08 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Sep 10 19:26:08 2015 +0300 |
tree | 96ba378a176837dfdad5c880d0750cf7cdf0743d | |
parent | 34052016e89bb608ebb4f78b34b9ce346165c2d5 [diff] [blame] |
xxxx
diff --git a/wally/run_test.py b/wally/run_test.py index edf58fa..2cd397e 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -417,7 +417,7 @@ new_nodes = [] old_nodes = ctx.nodes[:] try: - for new_node, node_id in start_vms.launch_vms(params, already_has_count): + for new_node, node_id in start_vms.launch_vms(nova, params, already_has_count): new_node.roles.append('testnode') ctx.nodes.append(new_node) os_nodes_ids.append(node_id)