kolla-ansible/tests/templates/nova-compute-overrides.j2
Marcin Juszkiewicz c9a3dd9cd3 Switch to Cortex-A72 cpu on AArch64
CPU model "max" fails to boot CirrOS and some other images when QEMU 7.0
is used.

Change-Id: Ie34a883ac7ae989d7f74c19b9c9ee9f08a82a35f
2022-06-01 19:09:52 +02:00

7 lines
201 B
Django/Jinja

[libvirt]
{% if ansible_architecture == 'aarch64' %}
cpu_mode=custom
# cpu_model=max fails to boot multiple images with QEMU 7.0 and -M virt (works with "-M virt-6.2")
cpu_model=cortex-a72
{% endif %}