Skip to content

Commit

Permalink
Merge pull request #437 from agrare/fix_verify_credentials
Browse files Browse the repository at this point in the history
Fix verify_credentials returning nil

(cherry picked from commit 86e66e6)

https://bugzilla.redhat.com/show_bug.cgi?id=1769934
  • Loading branch information
gtanzillo authored and simaishi committed Nov 11, 2019
1 parent 80c9ca0 commit d564697
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ def raw_connect(options)
validate_connection do
vim = MiqFaultTolerantVim.new(options)
raise MiqException::Error, _("Adding ESX/ESXi Hosts is not supported") unless vim.isVirtualCenter
true
end
end

Expand Down

0 comments on commit d564697

Please sign in to comment.