remove format_description from $met_fmt->{model}

This commit is contained in:
Dietmar Maurer 2016-11-05 16:28:59 +01:00
parent 8485b9ba68
commit 36e54bd7f1

View 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,
},