1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +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 Tino Vázquez
parent 070b7a98f4
commit 5c32ecfa7c

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",