From 4501af56e938275c89b5d8d7e7677ab15870eb84 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 8 Jan 2008 16:16:43 +0000
Subject: [PATCH] Add the new OpCreateInstance parameters to burnin

Reviewed-by: schreiberal
---
 tools/burnin | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/burnin b/tools/burnin
index 80322dcd6..4ded7492a 100755
--- a/tools/burnin
+++ b/tools/burnin
@@ -200,7 +200,10 @@ class Burner(object):
                                     vcpus=1,
                                     start=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))
       self.ExecOp(op)
       self.to_rem.append(instance)
-- 
GitLab