Comment 3 for bug 1358719

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

Reviewed: https://review.openstack.org/115276
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9c9e44e111abafde1e05a5e38f7e1645ec8ba6df
Submitter: Jenkins
Branch: master

commit 9c9e44e111abafde1e05a5e38f7e1645ec8ba6df
Author: Alessandro Pilotti <email address hidden>
Date: Tue Aug 19 15:46:51 2014 +0300

    Adds get_instance_disk_info to compute drivers

    Solves a live migration regression issue by adding the
    get_instance_disk_info to the compute drivers that do not
    have it already implemented.

    The method is called by the compute manager.

    Change-Id: If5cd9a6f5948c08ef5f1cba2eda31f1175709137
    Closes-Bug: #1358719
    Co-Authored-By: Ionut Balutoiu <email address hidden>