Comment 4 for bug 1632135

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

Reviewed: https://review.openstack.org/395650
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=570b152bd2437df275fe9fc581c12bc2182d8003
Submitter: Jenkins
Branch: stable/newton

commit 570b152bd2437df275fe9fc581c12bc2182d8003
Author: Matt Riedemann <email address hidden>
Date: Tue Oct 18 08:47:20 2016 -0400

    Update docs for serial console support

    There are two changes here:

    1. The serial_console config option group help text is
       updated to point out that hyper-v also supports serial
       console access. This is based on virt drivers that
       implement the 'get_serial_console' method.

    2. The hypervisor feature matrix is updated to point out
       that the vmware driver does not support getting serial
       console output. This is based on virt drivers that
       implement the 'get_console_output' method.

    NOTE(mriedem): Ironic is not listed as a supported driver
    in the serial_console option help text as that support
    was added with c9a64996ecc317b2c05d688e0f5d31c37122ca01 in
    Ocata.

    Closes-Bug: #1632135

    Change-Id: Ibf7f865e2b768e5ea3d7a7ec7cbf77bd8997c50f
    (cherry picked from commit a5bd35f899c9c6d6fc5dee5ffe9f3fbc907d74af)