Revision 75bf3149 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
2044 2044
                                   message=("No serial shell for instance %s" %
2045 2045
                                            instance.name))
2046 2046

  
2047
  def Verify(self):
2047
  def Verify(self, hvparams=None):
2048 2048
    """Verify the hypervisor.
2049 2049

  
2050 2050
    Check that the required binaries exist.
2051 2051

  
2052
    @type hvparams: dict of strings
2053
    @param hvparams: hypervisor parameters to be verified against, not used here
2054

  
2052 2055
    @return: Problem description if something is wrong, C{None} otherwise
2053 2056

  
2054 2057
    """

Also available in: Unified diff