Comment 4 for bug 1356884

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

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

commit b208f249d94535381f05b261a5c38446d1daf8cb
Author: Alessandro Pilotti <email address hidden>
Date: Sun Aug 24 16:51:22 2014 +0300

    Fixes Hyper-V driver WMI issue on 2008 R2

    Trying to assign properties on default Hyper-V resource setting data
    WMI objects results in an exceptions before Hyper-V 2012.
    Cloning the objects before assigning them solves the issue.

    A similar approach was previous already implemented and has been
    incorrectly removed during a refactoring.

    Co-Authored-By: Robert Tingirica <email address hidden>
    Change-Id: If119154f8b4756be9f98c8acd376003c52eff44f
    Closes-Bug: #1356884