Skip to content

Commit

Permalink
Merge pull request #2650 from tumido/fix_cred_validation_lenovo
Browse files Browse the repository at this point in the history
Enable credentials validation for Lenovo provider
  • Loading branch information
mzazrivec authored Nov 9, 2017
2 parents 08dabe7 + e2fed68 commit d8da2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mixins/ems_common_angular.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_task_args(ems)
endpoint_opts = {:protocol => params[:default_security_protocol], :hostname => params[:default_hostname], :api_port => params[:default_api_port], :api_version => params[:api_version]}
[user, params[:default_password], endpoint_opts]
when 'ManageIQ::Providers::Lenovo::PhysicalInfraManager'
[user, password, params[:default_hostname], params[:default_api_port], "token", false]
[user, password, params[:default_hostname], params[:default_api_port], "token", false, true]
end
end

Expand Down

0 comments on commit d8da2db

Please sign in to comment.