]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
Update docs for serial console support
authorMatt Riedemann <mriedem@us.ibm.com>
Tue, 18 Oct 2016 12:47:20 +0000 (08:47 -0400)
committerMatt Riedemann <mriedem@us.ibm.com>
Tue, 18 Oct 2016 12:47:20 +0000 (08:47 -0400)
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

doc/source/support-matrix.ini
nova/conf/serial_console.py

index 340ca95235515e9b041e073df10295a7a3c63fd4..6aafea3bc511140a85c6f211c63f20dfaadb682b 100644 (file)
@@ -781,7 +781,7 @@ driver-impl-libvirt-kvm-s390x=complete
 driver-impl-libvirt-qemu-x86=complete
 driver-impl-libvirt-lxc=missing
 driver-impl-libvirt-xen=complete
-driver-impl-vmware=complete
+driver-impl-vmware=missing
 driver-impl-hyperv=complete
 driver-impl-ironic=missing
 driver-impl-libvirt-vz-vm=missing
index 8552d848538c61602195c55ff0512c32c01241b4..8e201d634cbf4099710276b8e66247e2acd25e87 100644 (file)
@@ -27,8 +27,8 @@ serial_opt_group = cfg.OptGroup("serial_console",
         title="The serial console feature",
         help="""
 The serial console feature allows you to connect to a guest in case a
-graphical console like VNC, RDP or SPICE is not available. This is
-supported for the libvirt and Ironic driver.""")
+graphical console like VNC, RDP or SPICE is not available. This is only
+currently supported for the libvirt, Ironic and hyper-v drivers.""")
 
 enabled_opt = cfg.BoolOpt('enabled',
         default=False,