1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge branch 'master' of git.opennebula.org:one

This commit is contained in:
Daniel Molina 2011-06-17 13:18:14 +02:00
commit fe5a68e645

View File

@ -64,8 +64,8 @@ EOT
OPTIONS = XML, NUMERIC, KILOBYTES
class OneHelper
def initialize
@client = OpenNebula::Client.new
def initialize(secret=nil, endpoint=nil)
@client = OpenNebula::Client.new(secret,endpoint)
@translation_hash = nil
end