]> git.proxmox.com Git - qemu-server.git/commitdiff
fix #1780: change datacenter.conf to datacenter.cfg
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 22 May 2018 14:44:33 +0000 (16:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 May 2018 08:28:40 +0000 (10:28 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm

index 648a5f8096f4f779882760463fb615e538c84c6b..9c4ac94c75a1e9a3164c2f0d47bca688fdb43a90 100644 (file)
@@ -272,7 +272,7 @@ my $confdesc = {
     keyboard => {
        optional => 1,
        type => 'string',
-       description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.".
+       description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.".
                       "It should not be necessary to set it.",
        enum => PVE::Tools::kvmkeymaplist(),
        default => undef,