1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #3718: Fix wrong variable name

This commit is contained in:
Ruben S. Montero 2015-06-30 20:44:39 +02:00
parent 282a813d9a
commit 8c89226d50

View File

@ -80,7 +80,7 @@ module KVM
values[:cpu] = cpu[vm[:pid]] if cpu[vm[:pid]]
values[:memory] = [resident_mem, max_mem].max
xml = dump_xml(vmid)
xml = dump_xml(one_vm)
values.merge!(get_interface_statistics(one_vm, xml))