mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #2435: Change poll hostname argument
This commit is contained in:
parent
51f5fdb89f
commit
b32af2dc05
@ -20,7 +20,7 @@ $: << File.join(File.dirname(__FILE__), '../../vmm/ec2')
|
||||
|
||||
require 'ec2_driver'
|
||||
|
||||
host = ARGV[2]
|
||||
host = ARGV[-1]
|
||||
ec2_drv = EC2Driver.new(host)
|
||||
|
||||
ec2_drv.monitor_all_vms
|
||||
|
Loading…
x
Reference in New Issue
Block a user