mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 05:37:19 +00:00
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:
parent
db81c00754
commit
233fb3366b
@ -367,8 +367,8 @@ my $confdesc = {
|
||||
keyboard => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => "Keyboard layout for VNC server. The default is read from the"
|
||||
."'/etc/pve/datacenter.cfg' configuration file. It should not be necessary to set it.",
|
||||
description => "Keyboard layout for VNC server. This option is generally not required and"
|
||||
." is often better handled from within the guest OS.",
|
||||
enum => PVE::Tools::kvmkeymaplist(),
|
||||
default => undef,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user