1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Update vi_client.rb

This commit is contained in:
Tino Vázquez 2018-07-23 17:04:54 +02:00
parent b15da07d43
commit 3a56574261

View File

@ -21,7 +21,7 @@ module VCenterDriver
class VIClient
attr_accessor :vim
attr_accessor :rp
attr_accessor :vc_name
attr_accessor :vc_name
def initialize(opts, host_id = -1)
opts = {:insecure => true}.merge(opts)