mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
d20bb6b1d2
commit
7357706efe
@ -145,8 +145,10 @@ class Cluster
|
||||
cluster_monitoring
|
||||
end
|
||||
|
||||
# Try connectivity to a vCenter instance and close the connection
|
||||
def beacon_host
|
||||
VCenterDriver::VIClient.new(connection, @host.id)
|
||||
vi_client = VCenterDriver::VIClient.new(connection, @host.id)
|
||||
vi_client.close_connection
|
||||
Time.now.to_s
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user