Comment 1 for bug 1466056

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

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

commit b645a752707dffbfce97a39c456509439614f3b6
Author: Lucian Petrut <email address hidden>
Date: Wed Jun 17 14:23:44 2015 +0300

    Hyper-V: Fixes serial port issue on Windows Threshold

    On Windows Threshold, a new WMI class was introduced, targeting
    VM serial ports.

    For this reason, attempting to retrieve serial port connections
    fails on Windows Threshold.

    This patch fixes the issue by adding an extra check and using the
    right WMI class in order to retrieve VM serial ports.

    Change-Id: Ibaf6ac2e77b6324538c6f3dbaacab2a5f065b4ce
    Closes-Bug: #1466056