Merge "Update docs for serial console support"
This commit is contained in:
commit
1557777bfb
@ -781,7 +781,7 @@ driver-impl-libvirt-kvm-s390x=complete
|
|||||||
driver-impl-libvirt-qemu-x86=complete
|
driver-impl-libvirt-qemu-x86=complete
|
||||||
driver-impl-libvirt-lxc=missing
|
driver-impl-libvirt-lxc=missing
|
||||||
driver-impl-libvirt-xen=complete
|
driver-impl-libvirt-xen=complete
|
||||||
driver-impl-vmware=complete
|
driver-impl-vmware=missing
|
||||||
driver-impl-hyperv=complete
|
driver-impl-hyperv=complete
|
||||||
driver-impl-ironic=missing
|
driver-impl-ironic=missing
|
||||||
driver-impl-libvirt-vz-vm=missing
|
driver-impl-libvirt-vz-vm=missing
|
||||||
|
@ -27,8 +27,8 @@ serial_opt_group = cfg.OptGroup("serial_console",
|
|||||||
title="The serial console feature",
|
title="The serial console feature",
|
||||||
help="""
|
help="""
|
||||||
The serial console feature allows you to connect to a guest in case a
|
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
|
graphical console like VNC, RDP or SPICE is not available. This is only
|
||||||
supported for the libvirt and Ironic driver.""")
|
currently supported for the libvirt, Ironic and hyper-v drivers.""")
|
||||||
|
|
||||||
enabled_opt = cfg.BoolOpt('enabled',
|
enabled_opt = cfg.BoolOpt('enabled',
|
||||||
default=False,
|
default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user