09ab5fd0ba
Ussuri is Py3 everywhere. We are free to drop any py2 leftovers. Depends-On: https://review.opendev.org/731805 Change-Id: I1a9c9a14af351cd3e8b01a40f323a82ffa673d35
10 lines
201 B
Django/Jinja
10 lines
201 B
Django/Jinja
[libvirt]
|
|
virt_type=qemu
|
|
# NOTE(Jeffrey4l): fix the gate in iax-ord nodes for libvirt 2.0.
|
|
{% if ansible_architecture == 'aarch64' %}
|
|
cpu_mode=custom
|
|
cpu_model=max
|
|
{% else %}
|
|
cpu_mode=none
|
|
{% endif %}
|