Reviewed: https://review.openstack.org/384728 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a5bd35f899c9c6d6fc5dee5ffe9f3fbc907d74af Submitter: Jenkins Branch: master
commit a5bd35f899c9c6d6fc5dee5ffe9f3fbc907d74af Author: Matt Riedemann <[email protected]> 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. Closes-Bug: #1632135 Change-Id: Ibf7f865e2b768e5ea3d7a7ec7cbf77bd8997c50f ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1632135 Title: serial console support matrix and config option help is wrong Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: Confirmed Bug description: http://docs.openstack.org/developer/nova/support- matrix.html#console_serial_log says that vmware supports getting serial console output, which it doesn't as it doesn't implement the get_console_output method in the vmware driver. https://github.com/openstack/nova/blob/14.0.0/nova/conf/serial_console.py#L31 says that only the libvirt driver supports serial console access, but hyper-v does also since it implements the get_serial_console virt driver method. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1632135/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

