We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3dac8 + d9bcf2b commit d4e9cb7Copy full SHA for d4e9cb7
app/models/manageiq/providers/vmware/infra_manager/vm_or_template_shared/scanning.rb
@@ -68,7 +68,7 @@ def connect_to_ems(ost)
68
begin
69
require 'VMwareWebService/MiqVim'
70
# TODO: Should this move to the EMS?
71
- ost.miqVim = MiqVim.new(host_address, miqVimHost[:username], password_decrypt)
+ ost.miqVim = MiqVim.new(:server => host_address, :username => miqVimHost[:username], :password => password_decrypt)
72
# ost.snapId = opts.snapId if opts.snapId
73
$log.info "Connection to [#{ems_display_text}] completed for VM:[#{@vmCfgFile}] in [#{Time.now - st}] seconds"
74
rescue Timeout::Error => err
0 commit comments