From 5272a18a12c7869a3a99ab4078f0772cad1f30ef Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Mon, 31 Jan 2011 14:09:41 +0100 Subject: [PATCH] Fix number of parameters in EC2 im_driver(cherry picked from commit 5dc5ca5a3bbb2a367f8163abd72c0afdbdb90aba) --- src/im_mad/ec2/one_im_ec2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/ec2/one_im_ec2.rb b/src/im_mad/ec2/one_im_ec2.rb index d9bc8582ad..3f6c7c5b90 100755 --- a/src/im_mad/ec2/one_im_ec2.rb +++ b/src/im_mad/ec2/one_im_ec2.rb @@ -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