Revision 46f9a948 qa/qa_utils.py

b/qa/qa_utils.py
209 209
def ResolveInstanceName(instance):
210 210
  """Gets the full name of an instance.
211 211

  
212
  @type instance: string
213
  @param instance: Instance name
214

  
212 215
  """
213
  return _ResolveName(['gnt-instance', 'info', instance['name']],
216
  return _ResolveName(['gnt-instance', 'info', instance],
214 217
                      'Instance name')
215 218

  
216 219

  

Also available in: Unified diff