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

Fix number of parameters in EC2 im_driver(cherry picked from commit 5dc5ca5a3bbb2a367f8163abd72c0afdbdb90aba)

This commit is contained in:
Daniel Molina 2011-01-31 14:09:41 +01:00
parent 1b24879d7a
commit 5272a18a12

View File

@ -65,7 +65,7 @@ class EC2InformationManagerDriver < OpenNebulaDriver
#---------------------------------------------------------------------------
# The monitor action, just print the capacity info and hostname
#---------------------------------------------------------------------------
def action_monitor(num,host)
def action_monitor(num,host,not_used)
send_message("MONITOR",RESULT[:success],num,"HOSTNAME=#{host},#{@info}")
end
end