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

Add the new OpCreateInstance parameters to burnin

Reviewed-by: schreiberal
parent 8cafeb26
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,10 @@ class Burner(object): ...@@ -200,7 +200,10 @@ class Burner(object):
vcpus=1, vcpus=1,
start=True, start=True,
ip_check=True, ip_check=True,
wait_for_sync=True) wait_for_sync=True,
mac="auto",
kernel_path=None,
initrd_path=None)
Log("- Add instance %s on node %s" % (instance, pnode)) Log("- Add instance %s on node %s" % (instance, pnode))
self.ExecOp(op) self.ExecOp(op)
self.to_rem.append(instance) self.to_rem.append(instance)
......
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