Revision 28917152 src/im_mad/im_ssh/one_im_ssh.rb
src/im_mad/im_ssh/one_im_ssh.rb | ||
---|---|---|
38 | 38 |
class InformationManagerDriverSSH < OpenNebulaDriver |
39 | 39 |
|
40 | 40 |
# Init the driver |
41 |
def initialize(hypervisor, threads, retries, local_actions) |
|
42 |
super(threads, true, retries, 'im', local_actions) |
|
41 |
def initialize(hypervisor, options) |
|
42 |
@options={ |
|
43 |
:threaded => true |
|
44 |
}.merge!(options) |
|
45 |
|
|
46 |
super('im', @options) |
|
43 | 47 |
|
44 | 48 |
@hypervisor = hypervisor |
45 | 49 |
|
Also available in: Unified diff