1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

B #5548: Point to the right oned

when vCenter monitoring in federation
This commit is contained in:
Tino Vazquez
2021-09-24 14:10:52 +02:00
parent 589c567c90
commit 134e3833c5

View File

@ -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