1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-10 13:57:22 +03:00

feature #595: changed vmm_dummy to use the new driver library

This commit is contained in:
Javi Fontan 2011-06-13 18:10:43 +02:00
parent 8a4f5211cd
commit b826410946

View File

@ -33,7 +33,10 @@ require "CommandManager"
class DummyDriver < VirtualMachineDriver
def initialize
super(15,true)
super('',
:concurrency => 15,
:threaded => true
)
end
def deploy(id, host, remote_dfile, not_used)