Revision bc0a2284 lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
310 310
    """
311 311
    cls.LinuxPowercycle()
312 312

  
313
  def MigrateInstance(self, instance, target, live):
313
  def MigrateInstance(self, cluster_name, instance, target, live):
314 314
    """Migrate an instance.
315 315

  
316
    @type cluster_name: string
317
    @param cluster_name: name of the cluster
316 318
    @type instance: L{objects.Instance}
317 319
    @param instance: the instance to be migrated
318 320
    @type target: string

Also available in: Unified diff