Comment 10 for bug 1248463

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

Reviewed: https://review.openstack.org/57836
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=65fedbdd9a250d36622c048c2e5bc6a10d6e04ef
Submitter: Jenkins
Branch: stable/havana

commit 65fedbdd9a250d36622c048c2e5bc6a10d6e04ef
Author: Feng Ju <email address hidden>
Date: Thu Jan 30 15:59:13 2014 +0800

    Fixes get_vm_storage_paths issue for Hyper-V V2 API

    Add get_vm_storage_paths function to vmutilsv2.py

    get_vm_storage_paths implementation on Hyper-V V2 API changed
    compared to previous V1 API. In previous V1 APIs, using
    Msvm_ResourceAllocationSettingData class can get storage
    paths, but in V2 API, only using Msvm_StorageAllocationSettingData
    class can get the storage paths.

    Closes-Bug: #1248463

    Change-Id: Ica73221524f162a6ffcd9dc64ee33c85fb5ad31d
    (cherry picked from commit 6847a0ef927929e631e9c6db2e2812528ca93151)