[pve-devel] applied: [PATCH qemu-server] fix #1780: change datacenter.conf to datacenter.cfg
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed May 23 10:29:19 CEST 2018
On 5/22/18 4:44 PM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/QemuServer.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 648a5f8..9c4ac94 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -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,
>
applied
More information about the pve-devel
mailing list