Revision 8ef418bb lib/cmdlib/instance_operation.py

b/lib/cmdlib/instance_operation.py
440 440
  @rtype: dict
441 441

  
442 442
  """
443
  hyper = hypervisor.GetHypervisorClass(instance.hypervisor)
443
  hyper = hypervisor.GetHypervisor(instance.hypervisor)
444 444
  # beparams and hvparams are passed separately, to avoid editing the
445 445
  # instance and then saving the defaults in the instance itself.
446 446
  hvparams = cluster.FillHV(instance)

Also available in: Unified diff