Skip to content

Commit 5bba2f9

Browse files
committed
Fix value of libvirt.hw_machine_type
We are seeing the following entries in nova-compute.log: WARNING nova.virt.libvirt.utils [-] Invalid hw_machine_type config value q35 The format for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2.
1 parent 208c1d8 commit 5bba2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/config/nova.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[libvirt]
2-
hw_machine_type = q35
2+
hw_machine_type = x86_64=q35

0 commit comments

Comments
 (0)