mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
589c567c90
commit
134e3833c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user