puppet-nova/releasenotes/notes/compute-libvirt-max_queues-97a35922dbacb0b1.yaml
Martin Schuppert 8a6de56193 Add parameter to configure the libvirt max_queues
The maximum number of virtio queue pairs that can be enabled when
creating a multiqueue guest. The number of virtio queues allocated
will be the lesser of the CPUs requested by the guest and the max
value defined.

Change-Id: Ieaa29b51257f5ea3a5e4d6c678140fd9ae052d88
2021-01-21 09:32:09 +01:00

6 lines
115 B
YAML

---
features:
- |
Adds parameter nova::compute::libvirt::max_queues to configure the libvirt
max_queues.