We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416da1f commit 12cbf39Copy full SHA for 12cbf39
etc/kayobe/kolla/config/nova/nova-compute.conf
@@ -1,11 +1,11 @@
1
{% raw %}
2
+{% if ansible_facts.os_family == 'RedHat' and nova_compute_virt_type == 'kvm' %}
3
[libvirt]
-# RHEL 9 and Ubuntu Jammy are being compiled for the x86_64-v2
4
+# RHEL 9 are being compiled for the x86_64-v2
5
# architecture which is newer than the qemu default of qemu64.
6
# Nehalem is apparently the oldest model that works for x86_64-v2
7
# and is expected to work on Intel and AMD cpus with kvm or qemu.
-{% if nova_compute_virt_type == 'kvm' %}
8
-cpu_mode=custom
9
-cpu_model=Nehalem
+cpu_mode = custom
+cpu_models = Nehalem
10
{% endif %}
11
{% endraw %}
0 commit comments