1
0
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:
Tino Vazquez 2014-11-18 18:56:26 +01:00
parent 958da49fc6
commit 410298fd41
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ else
end
$: << RUBY_LIB_LOCATION
$: << "../../vmm/vcenter/"
require 'vcenter_driver'

View File

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