Skip to content

Commit 7006e8b

Browse files
committed
make default credentials verify ws
Host used to default credential verification to ws. HostEsx is the only host that implements ws. So now, the default verification is going over ssh. This change keeps the default verification method as ws for Esx Hosts
1 parent b039182 commit 7006e8b

File tree

1 file changed

+4
-0
lines changed
  • app/models/manageiq/providers/vmware/infra_manager

1 file changed

+4
-0
lines changed

app/models/manageiq/providers/vmware/infra_manager/host_esx.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ def verify_credentials_with_ws(auth_type = nil)
164164
end
165165
end
166166

167+
def verify_credentials_default(auth_type, _options)
168+
verify_credentials_with_ws(auth_type)
169+
end
170+
167171
def refresh_logs
168172
if self.missing_credentials?
169173
_log.warn "No credentials defined for Host [#{name}]"

0 commit comments

Comments
 (0)