1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #595: im_ec2 does not have a remotes dir

This commit is contained in:
Javi Fontan 2011-06-15 19:23:49 +02:00
parent cb2140ac82
commit b2ba7cd5fe

View File

@ -34,7 +34,7 @@ class EC2InformationManagerDriver < OpenNebulaDriver
# Init the driver, and compute the predefined maximum capacity for this
# EC2 cloud
def initialize()
super('im'
super('',
:concurrency => 1,
:threaded => false
)