Comment 4 for bug 1066513

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/folsom)

Reviewed: https://review.openstack.org/16715
Committed: http://github.com/openstack/nova/commit/9265eb009fffbc2448582377522e2ef10357df91
Submitter: Jenkins
Branch: stable/folsom

commit 9265eb009fffbc2448582377522e2ef10357df91
Author: Alessandro Pilotti <email address hidden>
Date: Sun Oct 14 17:55:35 2012 +0300

    Fixes live_migration missing migrate_data parameter in Hyper-V driver

    Fixes Bug #1066513

    Live migration on Hyper-V fails due to the parameter "migrate_data" that
    has been added to the signature of live_migration(...) in
    nova.virt.ComputeDriver.

    This fix adds the new parameter.

    Change-Id: I393f6706bc144838ae232dfb275460620bc203e2
    (cherry picked from commit 448a578feb6edab148ef97328e57aeb06eb7360b)