1
0
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:
Javi Fontan 2011-06-13 16:06:33 +02:00
parent df6b4c305c
commit c57a0959d1

View File

@ -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