Revision dc28c4e4 lib/cmdlib.py

b/lib/cmdlib.py
872 872
  """Build a list of nic information tuples.
873 873

  
874 874
  This list is suitable to be passed to _BuildInstanceHookEnv or as a return
875
  value in LUQueryInstanceData.
875
  value in LUInstanceQueryData.
876 876

  
877 877
  @type lu:  L{LogicalUnit}
878 878
  @param lu: the logical unit on whose behalf we execute
......
8685 8685
                           " sync mode was requested.")
8686 8686

  
8687 8687

  
8688
class LUQueryInstanceData(NoHooksLU):
8688
class LUInstanceQueryData(NoHooksLU):
8689 8689
  """Query runtime instance data.
8690 8690

  
8691 8691
  """

Also available in: Unified diff