Skip to content
Snippets Groups Projects
Commit e9f745aa authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix tools/burnin w.r.t. OpCreateInstance.ip_check

Since we added a new, required parameter to OpCreateInstance, we need to
update burnin to build the correct opcode.

Reviewed-by: schreiberal
parent 2057f6c7
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ def BurninCluster(opts, args):
os_type=opts.os, pnode=pnode,
snode=snode, vcpus=1,
start=True,
ip_check=True,
wait_for_sync=True)
Feedback("- Add instance %s on node %s" % (instance_name, pnode))
result = proc.ExecOpCode(op, Feedback)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment