Revision bc0a2284 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
336 336
    """
337 337
    pass
338 338

  
339
  def MigrateInstance(self, instance, target, live):
339
  def MigrateInstance(self, cluster_name, instance, target, live):
340 340
    """Migrate an instance.
341 341

  
342
    @type cluster_name: string
343
    @param cluster_name: name of the cluster
342 344
    @type instance: L{objects.Instance}
343 345
    @param instance: the instance to be migrated
344 346
    @type target: string

Also available in: Unified diff