Revision 0200a1af lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
223 223
    """
224 224
    raise NotImplementedError
225 225

  
226
  def GetAllInstancesInfo(self):
226
  def GetAllInstancesInfo(self, hvparams=None):
227 227
    """Get properties of all instances.
228 228

  
229
    @type hvparams: dict of strings
230
    @param hvparams: hypervisor parameter
229 231
    @return: list of tuples (name, id, memory, vcpus, stat, times)
230 232

  
231 233
    """

Also available in: Unified diff