← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1632135] [NEW] serial console support matrix and config option help is wrong

 

Public bug reported:

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.

** Affects: nova
     Importance: Low
     Assignee: Matt Riedemann (mriedem)
         Status: In Progress

** Affects: nova/newton
     Importance: Low
         Status: Confirmed


** Tags: console doc

-- 
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):
  In Progress
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


Follow ups