From cd35866998b7dbdca496dd4353f792c974466924 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 27 Sep 2021 11:43:07 +0200 Subject: [PATCH] Revert "B #5548: Point to the right oned" This reverts commit 134e3833c539eb2a75aa2402b9db9e132b4f916c. To be further reviewed in #5550 --- 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 96f04f36b9..4160386d64 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(nil, 'http://localhost:2633/RPC2') + @client = OpenNebula::Client.new @clusters = {} end