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

feature #595: changed ec2 driver to use new libraries

This commit is contained in:
Javi Fontan 2011-06-06 13:57:03 +02:00
parent 77fd34bf5a
commit 053755f59c

View File

@ -38,7 +38,9 @@ class EC2InformationManagerDriver < OpenNebulaDriver
# EC2 cloud
#---------------------------------------------------------------------------
def initialize()
super(1,false)
super('im'
:concurrency => 1,
:threaded => false)
register_action(:MONITOR, method("action_monitor"))