Revision 6e2dc934 tools/burnin

b/tools/burnin
236 236
                                    hvm_boot_order=None,
237 237
                                    file_driver="loop",
238 238
                                    file_storage_dir=None,
239
                                    iallocator=self.opts.iallocator)
239
                                    iallocator=self.opts.iallocator,
240
                                    auto_balance=True,
241
                                    hvm_nic_type=constants.HT_HVM_NIC_RTL8139,
242
                                    hvm_disk_type=constants.HT_HVM_DEV_IOEMU)
243

  
240 244
      self.ExecOp(op)
241 245
      self.to_rem.append(instance)
242 246

  
......
327 331
                                        mac="auto",
328 332
                                        file_storage_dir=None,
329 333
                                        file_driver=None,
330
                                        iallocator=self.opts.iallocator)
334
                                        iallocator=self.opts.iallocator,
335
                                        auto_balance=True,
336
                                        hvm_nic_type=
337
                                        constants.HT_HVM_NIC_RTL8139,
338
                                        hvm_disk_type=
339
                                        constants.HT_HVM_DEV_IOEMU)
340

  
331 341
      erem_op = opcodes.OpRemoveExport(instance_name=instance)
332 342

  
333 343
      Log("- Export instance %s to node %s" % (instance, enode))

Also available in: Unified diff