add full path reference to datacenter.conf file

This commit is contained in:
Dietmar Maurer 2016-05-19 16:27:30 +02:00
parent 522619458c
commit fad17f04fc

View File

@ -236,7 +236,7 @@ my $confdesc = {
keyboard => {
optional => 1,
type => 'string',
description => "Keybord layout for vnc server. Default is read from the datacenter configuration file.",
description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.",
enum => PVE::Tools::kvmkeymaplist(),
default => 'en-us',
},