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:
parent
f3c934ea94
commit
9f1446655e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user