kolla-ansible/tests/templates/nova-compute-overrides.j2
Radosław Piliszek 88e7f8006e CI: Add Ubuntu KVM job
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
2020-06-14 12:03:32 +02:00

6 lines
95 B
Django/Jinja

[libvirt]
{% if ansible_architecture == 'aarch64' %}
cpu_mode=custom
cpu_model=max
{% endif %}