Revision fea922fa

b/lib/hypervisor/hv_base.py
245 245
    Since by default we do no preparation, we also don't have anything to do
246 246

  
247 247
    @type instance: L{objects.Instance}
248
    @param instance: instance whose migration is being aborted
248
    @param instance: instance whose migration is being finalized
249 249
    @type info: string/data (opaque)
250 250
    @param info: migration information, from the source node
251 251
    @type success: boolean
b/lib/hypervisor/hv_kvm.py
821 821
    Stop the incoming mode KVM.
822 822

  
823 823
    @type instance: L{objects.Instance}
824
    @param instance: instance whose migration is being aborted
824
    @param instance: instance whose migration is being finalized
825 825

  
826 826
    """
827 827
    if success:
b/lib/hypervisor/hv_xen.py
380 380
    We do nothing on a failure, as we did not change anything at accept time.
381 381

  
382 382
    @type instance: L{objects.Instance}
383
    @param instance: instance whose migration is being aborted
383
    @param instance: instance whose migration is being finalized
384 384
    @type info: string
385 385
    @param info: content of the xen config file on the source node
386 386
    @type success: boolean

Also available in: Unified diff