Comment 6 for bug 1358719

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

Reviewed: https://review.openstack.org/116272
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=21551885f56d05b16785129b6c2995b1ab22cc76
Submitter: Jenkins
Branch: stable/icehouse

commit 21551885f56d05b16785129b6c2995b1ab22cc76
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>
    (cherry picked from commit 9c9e44e111abafde1e05a5e38f7e1645ec8ba6df)