Comment 2 for bug 1066513

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

Reviewed: https://review.openstack.org/14445
Committed: http://github.com/openstack/nova/commit/448a578feb6edab148ef97328e57aeb06eb7360b
Submitter: Jenkins
Branch: master

commit 448a578feb6edab148ef97328e57aeb06eb7360b
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