summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/metadefs/compute-vmware.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/metadefs/compute-vmware.json b/etc/metadefs/compute-vmware.json
index ad1d76a9c..460bec825 100644
--- a/etc/metadefs/compute-vmware.json
+++ b/etc/metadefs/compute-vmware.json
@@ -209,7 +209,7 @@
},
"hw_vif_multiqueue_enabled": {
"title": "Multiqueue Enabled",
- j "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
+ "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
"type": "string",
"enum": ["true", "false"]
}