Revision 75bf3149 lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
276 276
                                   user=constants.SSH_CONSOLE_USER,
277 277
                                   command=["chroot", root_dir])
278 278

  
279
  def Verify(self):
279
  def Verify(self, hvparams=None):
280 280
    """Verify the hypervisor.
281 281

  
282 282
    For the chroot manager, it just checks the existence of the base dir.
283 283

  
284
    @type hvparams: dict of strings
285
    @param hvparams: hypervisor parameters to be verified against, not used
286
      in for chroot
287

  
284 288
    @return: Problem description if something is wrong, C{None} otherwise
285 289

  
286 290
    """

Also available in: Unified diff