Revision 5073fd8f tools/burnin

b/tools/burnin
815 815
    for instance in self.instances:
816 816
      Log("instance %s", instance, indent=1)
817 817
      op1 = self.StopInstanceOp(instance)
818
      op2 = opcodes.OpReinstallInstance(instance_name=instance)
818
      op2 = opcodes.OpInstanceReinstall(instance_name=instance)
819 819
      Log("reinstall without passing the OS", indent=2)
820
      op3 = opcodes.OpReinstallInstance(instance_name=instance,
820
      op3 = opcodes.OpInstanceReinstall(instance_name=instance,
821 821
                                        os_type=self.opts.os)
822 822
      Log("reinstall specifying the OS", indent=2)
823 823
      op4 = self.StartInstanceOp(instance)

Also available in: Unified diff