Revision f2af0bec tools/burnin

b/tools/burnin
694 694
    for pnode, snode, enode, instance in mytor:
695 695
      Log("instance %s", instance, indent=1)
696 696
      # read the full name of the instance
697
      nam_op = opcodes.OpQueryInstances(output_fields=["name"],
698
                                        names=[instance], use_locking=True)
697
      nam_op = opcodes.OpInstanceQuery(output_fields=["name"],
698
                                       names=[instance], use_locking=True)
699 699
      full_name = self.ExecOp(False, nam_op)[0][0]
700 700

  
701 701
      if self.opts.iallocator:

Also available in: Unified diff