openstack-helm/nova/values_overrides/dpdk.yaml
Vladimir Kozhukalov f51624fbf1 Add DPKD overrides to Nova chart
For all test jobs we explicitly deploy Nova with virt_type=qemu
to make tests less dependent on the infrastructure hardware.

By default Nova sets virt_type=kvm but in case of using
DPDK feature we'd better explicitly set it so.

Change-Id: I88c8d2f8f1cc9d155486773c7052347e916255d8
2024-08-22 08:11:43 -05:00

8 lines
83 B
YAML

---
conf:
nova:
libvirt:
virt_type: kvm
cpu_mode: host-model
...