QemuServer: Fix 'keyboard' parameter description

The option has not defaulted to using the cluster-wide datacenter.cfg
since 2018.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
Dylan Whyte 2022-04-25 17:21:38 +02:00 committed by Thomas Lamprecht
parent db81c00754
commit 233fb3366b

View File

@ -367,8 +367,8 @@ my $confdesc = {
keyboard => { keyboard => {
optional => 1, optional => 1,
type => 'string', type => 'string',
description => "Keyboard layout for VNC server. The default is read from the" description => "Keyboard layout for VNC server. This option is generally not required and"
."'/etc/pve/datacenter.cfg' configuration file. It should not be necessary to set it.", ." is often better handled from within the guest OS.",
enum => PVE::Tools::kvmkeymaplist(), enum => PVE::Tools::kvmkeymaplist(),
default => undef, default => undef,
}, },