mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-05 21:57:24 +03:00
feature #595: changed im_dummy to use the new driver library
This commit is contained in:
parent
b826410946
commit
6b4243acc4
@ -40,7 +40,10 @@ class DummyInformationManager < OpenNebulaDriver
|
||||
# Init the driver
|
||||
#---------------------------------------------------------------------------
|
||||
def initialize(num)
|
||||
super(num, true)
|
||||
super('',
|
||||
:concurrency => num,
|
||||
:threaded => true
|
||||
)
|
||||
|
||||
# register actions
|
||||
register_action(:MONITOR, method("action_monitor"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user