88e7f8006e
This also uses the recommended machinery to set qemu instead of relying on config file override so that we test what we really want to test. Change-Id: I560e4f9d0a69c347e6aaf3b970331157c1a56f18
6 lines
95 B
Django/Jinja
6 lines
95 B
Django/Jinja
[libvirt]
|
|
{% if ansible_architecture == 'aarch64' %}
|
|
cpu_mode=custom
|
|
cpu_model=max
|
|
{% endif %}
|