Comment 3 for bug 1466056

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

Reviewed: https://review.openstack.org/218987
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1f5b385dee9b145e9a40f5f95e3013d21873a5ce
Submitter: Jenkins
Branch: stable/kilo

commit 1f5b385dee9b145e9a40f5f95e3013d21873a5ce
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
    (cherry picked from commit b645a752707dffbfce97a39c456509439614f3b6)