1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #595: bug in im_ssh

This commit is contained in:
Javi Fontan 2011-06-03 18:25:32 +02:00
parent b98e541224
commit 99b22d8e1e

View File

@ -104,7 +104,7 @@ if ARGV.length >= 1
end
im = InformationManagerDriver.new(hypervisor,
:threads => threads,
:concurrency => threads,
:retries => retries,
:local_actions => local_actions)