Skip to content

Commit

Permalink
Merge pull request #770 from agrare/cleanup_duplicated_supports_authe…
Browse files Browse the repository at this point in the history
…ntication

Cleanup duplicated supports_authentication? methods
  • Loading branch information
Fryguy authored May 16, 2022
2 parents 1817345 + 511b185 commit c15a715
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/manageiq/providers/amazon/cloud_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ def supported_auth_types
%w(default smartstate_docker)
end

def supports_authentication?(authtype)
supported_auth_types.include?(authtype.to_s)
end

def self.catalog_types
{"amazon" => N_("Amazon")}
end
Expand Down

0 comments on commit c15a715

Please sign in to comment.