mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-10 13:57:22 +03:00
feature #595: changed ec2 driver to use new mad libraries
This commit is contained in:
parent
df6b4c305c
commit
c57a0959d1
@ -73,7 +73,10 @@ class EC2Driver < VirtualMachineDriver
|
||||
concurrency = EC2_JVM_CONCURRENCY.to_i
|
||||
end
|
||||
|
||||
super(concurrency,true)
|
||||
super(
|
||||
:concurrency => concurrency,
|
||||
:threaded => true
|
||||
)
|
||||
|
||||
@defaults = Hash.new
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user