From e9f745aa3b64284c2fd03e8adf38c2db7c64c7f9 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 21 Sep 2007 12:25:30 +0000 Subject: [PATCH] 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 --- tools/burnin | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/burnin b/tools/burnin index d7c067958..440c2fbc7 100755 --- a/tools/burnin +++ b/tools/burnin @@ -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) -- GitLab