Revision 75bf3149 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
233 233
                                   message=("Console not available for fake"
234 234
                                            " hypervisor"))
235 235

  
236
  def Verify(self):
236
  def Verify(self, hvparams=None):
237 237
    """Verify the hypervisor.
238 238

  
239 239
    For the fake hypervisor, it just checks the existence of the base
240 240
    dir.
241 241

  
242
    @type hvparams: dict of strings
243
    @param hvparams: hypervisor parameters to be verified against; not used
244
      for fake hypervisors
245

  
242 246
    @return: Problem description if something is wrong, C{None} otherwise
243 247

  
244 248
    """

Also available in: Unified diff