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:
parent
8a4f5211cd
commit
b826410946
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user