Add missing Image property hw_vif_multiqueue_enabled to metadefs

Add the missing hw_vif_multiqueue_enabled property and its descriptions
in doc/source/admin/useful-image-properties.rst to:
- etc/metadefs/compute-libvirt-image.json
- etc/metadefs/compute-vmware.json

Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: I3b5ffc25a8d3fb5d55aa1ef93b20c5f8aefe93e8
Closes-bug: #1843576
This commit is contained in:
khashf 2020-04-07 21:51:00 -07:00
parent 2f2e118a58
commit b6d6144632
2 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,12 @@
"virtio"
]
},
"hw_vif_multiqueue_enabled": {
"title": "Multiqueue Enabled",
"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"]
},
"hw_pmu": {
"title": "Virtual Performance Monitoring Unit",
"description": "Controls emulation of a vPMU in the guest. To reduce latency in realtime workloads disable the vPMU by setting hw_pmu=false",

View File

@ -206,6 +206,12 @@
"VirtualVmxnet3"
],
"default" : "e1000"
},
"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.",
"type": "string",
"enum": ["true", "false"]
}
},
"objects": []