diff --git a/src/im_mad/remotes/lib/vcenter_cluster.rb b/src/im_mad/remotes/lib/vcenter_cluster.rb index 4160386d64..96f04f36b9 100644 --- a/src/im_mad/remotes/lib/vcenter_cluster.rb +++ b/src/im_mad/remotes/lib/vcenter_cluster.rb @@ -745,7 +745,7 @@ class ClusterSet #--------------------------------------------------------------------------- def initialize @mutex = Mutex.new - @client = OpenNebula::Client.new + @client = OpenNebula::Client.new(nil, 'http://localhost:2633/RPC2') @clusters = {} end