Fix tools/burnin w.r.t. OpCreateInstance.ip_check
authorIustin Pop <iustin@google.com>
Fri, 21 Sep 2007 12:25:30 +0000 (12:25 +0000)
committerIustin Pop <iustin@google.com>
Fri, 21 Sep 2007 12:25:30 +0000 (12:25 +0000)
Since we added a new, required parameter to OpCreateInstance, we need to
update burnin to build the correct opcode.

Reviewed-by: schreiberal

tools/burnin

index d7c0679..440c2fb 100755 (executable)
@@ -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)