From c2c2a903773c9ef9776b4f6d22f72ae24d32b55a Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 18 Sep 2008 11:12:50 +0000
Subject: [PATCH] Remove auto_balance from burnin/cmdlib

There is no such feature in trunk yet.

Reviewed-by: iustinp
---
 lib/cmdlib.py | 1 -
 tools/burnin  | 2 --
 2 files changed, 3 deletions(-)

diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 6dbaa9287..e4f143d3b 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -2565,7 +2565,6 @@ class LUQueryInstances(NoHooksLU):
       "admin_state", "admin_ram",
       "disk_template", "ip", "mac", "bridge",
       "sda_size", "sdb_size", "vcpus", "tags",
-      "auto_balance",
       "network_port", "kernel_path", "initrd_path",
       "hvm_boot_order", "hvm_acpi", "hvm_pae",
       "hvm_cdrom_image_path", "hvm_nic_type",
diff --git a/tools/burnin b/tools/burnin
index f6fe50d00..f5b9b1a53 100755
--- a/tools/burnin
+++ b/tools/burnin
@@ -237,7 +237,6 @@ class Burner(object):
                                     file_driver="loop",
                                     file_storage_dir=None,
                                     iallocator=self.opts.iallocator,
-                                    auto_balance=True,
                                     hvm_nic_type=constants.HT_HVM_NIC_RTL8139,
                                     hvm_disk_type=constants.HT_HVM_DEV_IOEMU)
 
@@ -332,7 +331,6 @@ class Burner(object):
                                         file_storage_dir=None,
                                         file_driver=None,
                                         iallocator=self.opts.iallocator,
-                                        auto_balance=True,
                                         hvm_nic_type=
                                         constants.HT_HVM_NIC_RTL8139,
                                         hvm_disk_type=
-- 
GitLab