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

Small change in vmm dummy driver poll info

This commit is contained in:
Carlos Martín 2012-07-03 16:18:07 +02:00
parent f3c934ea94
commit 9f1446655e

View File

@ -90,7 +90,7 @@ class DummyDriver < VirtualMachineDriver
max_memory = 256
if msg.elements["VM/TEMPLATE/MEMORY"]
max_memory = msg.elements["VM/TEMPLATE/MEMORY"].text.to_i
max_memory = msg.elements["VM/TEMPLATE/MEMORY"].text.to_i * 1024
end
max_cpu = 100