Revision 75bf3149 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
263 263

  
264 264
    return (cls.ANCILLARY_FILES, cls.ANCILLARY_FILES_OPT)
265 265

  
266
  def Verify(self):
266
  def Verify(self, hvparams=None):
267 267
    """Verify the hypervisor.
268 268

  
269
    @type hvparams: dict of strings
270
    @param hvparams: hypervisor parameters to be verified against
271

  
269 272
    @return: Problem description if something is wrong, C{None} otherwise
270 273

  
271 274
    """

Also available in: Unified diff