1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

Fixed onedb to support addons (#2157)

* Fixed onedb to support addons

* Update onedb
This commit is contained in:
sergiojvg 2018-06-06 11:46:56 -04:00 committed by Ruben S. Montero
parent dce8615260
commit 364e729060

View File

@ -43,15 +43,14 @@ else
end
$: << RUBY_LIB_LOCATION
$: << RUBY_LIB_LOCATION+'/cli'
$: << RUBY_LIB_LOCATION+'/onedb'
$: << RUBY_LIB_LOCATION+'/cli'
require 'cli/command_parser'
require 'optparse/time'
require 'onedb'
require 'onedb_live'
require 'one_helper'
require 'opennebula'
require 'cli/one_helper'
FORCE={
:name => "force",