mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #3331: Fix for vCenter monitorization and in error break
(cherry picked from commit 7d94b9be2644d04aa17bca383d9d3e6df6145596)
This commit is contained in:
parent
958da49fc6
commit
410298fd41
@ -25,7 +25,6 @@ else
|
||||
end
|
||||
|
||||
$: << RUBY_LIB_LOCATION
|
||||
$: << "../../vmm/vcenter/"
|
||||
|
||||
require 'vcenter_driver'
|
||||
|
||||
|
@ -239,7 +239,7 @@ class VIClient
|
||||
config = system.get_configuration()
|
||||
|
||||
if ::OpenNebula.is_error?(config)
|
||||
raise "Error getting oned configuration : #{rc.message}"
|
||||
raise "Error getting oned configuration : #{config.message}"
|
||||
end
|
||||
|
||||
@token = config["ONE_KEY"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user