]> git.proxmox.com Git - qemu-server.git/commitdiff
remove format_description from $met_fmt->{model}
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 15:28:59 +0000 (16:28 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 15:28:59 +0000 (16:28 +0100)
PVE/QemuServer.pm

index b85e505eeb140dfeb99ea3902ef48410dd86fba5..8f4c7aabe034f8db0a44bc36064efa607dd908fe 100644 (file)
@@ -613,7 +613,6 @@ my $net_fmt = {
     model => {
        type => 'string',
        description => "Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'.",
-       format_description => 'model',
         enum => $nic_model_list,
         default_key => 1,
     },