f51624fbf1
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
8 lines
83 B
YAML
8 lines
83 B
YAML
---
|
|
conf:
|
|
nova:
|
|
libvirt:
|
|
virt_type: kvm
|
|
cpu_mode: host-model
|
|
...
|