Revision 58e356a9 lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
102 102
    """
103 103
    return utils.PathJoin(cls._ROOT_DIR, instance_name)
104 104

  
105
  def ListInstances(self):
105
  def ListInstances(self, hvparams=None):
106 106
    """Get the list of running instances.
107 107

  
108 108
    """

Also available in: Unified diff