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:
parent
77fd34bf5a
commit
053755f59c
@ -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"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user