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 7eedc44 + d15babf commit f23197bCopy full SHA for f23197b
app/models/manageiq/providers/vmware/infra_manager/host_esx.rb
@@ -144,6 +144,7 @@ def vim_advanced_settings
144
def verify_credentials_with_ws(auth_type = nil)
145
raise "No credentials defined" if self.missing_credentials?(auth_type)
146
147
+ require "handsoap"
148
begin
149
with_provider_connection(:use_broker => false, :auth_type => auth_type) {}
150
rescue SocketError, Errno::EHOSTUNREACH, Errno::ENETUNREACH => err
0 commit comments