Revision 58e356a9 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
206 206
    """Reboot an instance."""
207 207
    raise NotImplementedError
208 208

  
209
  def ListInstances(self):
209
  def ListInstances(self, hvparams=None):
210 210
    """Get the list of running instances."""
211 211
    raise NotImplementedError
212 212

  

Also available in: Unified diff