1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F #3851: get host CPU model in KVM monitor script (#3852)

This commit is contained in:
Alejandro Huertas Herrero 2019-10-17 12:24:49 +02:00 committed by Ruben S. Montero
parent 18bc319f18
commit 6e0438526d

View File

@ -105,6 +105,7 @@ begin
puts "KVM_MACHINES=\"#{machines.join(' ')}\""
puts "KVM_CPU_MODELS=\"#{models.join(' ')}\""
puts "KVM_CPU_MODEL=\"#{cap_xml.elements['host/cpu/model'].text}\""
rescue
end