mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-07 17:17:41 +03:00
M #-: Remove undeeded variable
This commit is contained in:
parent
b7fc3939bb
commit
73a4e20d92
@ -165,7 +165,7 @@ class Cluster
|
||||
end
|
||||
|
||||
def beacon_host
|
||||
vi_client = VCenterDriver::VIClient.new(connection, @host.id)
|
||||
VCenterDriver::VIClient.new(connection, @host.id)
|
||||
Time.now.to_s
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user