Revision 75bf3149 lib/hypervisor/hv_lxc.py

b/lib/hypervisor/hv_lxc.py
417 417
                                   user=constants.SSH_CONSOLE_USER,
418 418
                                   command=["lxc-console", "-n", instance.name])
419 419

  
420
  def Verify(self):
420
  def Verify(self, hvparams=None):
421 421
    """Verify the hypervisor.
422 422

  
423 423
    For the LXC manager, it just checks the existence of the base dir.
424 424

  
425
    @type hvparams: dict of strings
426
    @param hvparams: hypervisor parameters to be verified against; not used here
427

  
425 428
    @return: Problem description if something is wrong, C{None} otherwise
426 429

  
427 430
    """

Also available in: Unified diff