From 134e3833c539eb2a75aa2402b9db9e132b4f916c Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Fri, 24 Sep 2021 14:10:52 +0200 Subject: [PATCH] B #5548: Point to the right oned when vCenter monitoring in federation --- src/im_mad/remotes/lib/vcenter_cluster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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