Skip to content

Commit

Permalink
Remove default :ws auth_type
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 29, 2024
1 parent 879a964 commit db0f714
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module ManageIQ::Providers::Vmware::InfraManager::VimConnectMixin
extend ActiveSupport::Concern

def vim_connect(options = {})
options[:auth_type] ||= :ws

raise _("no console credentials defined") if options[:auth_type] == :console && !authentication_type(options[:auth_type])
raise _("no credentials defined") if missing_credentials?(options[:auth_type])

Expand Down

0 comments on commit db0f714

Please sign in to comment.