Skip to content

Commit

Permalink
Merge pull request #849 from nasark/fix_infra_provider_verify_credent…
Browse files Browse the repository at this point in the history
…ials

Fix InfraManager authentication
  • Loading branch information
kbrock authored May 2, 2023
2 parents f0d9f6b + fab1682 commit 91f7e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/openstack/infra_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def self.event_monitor_class
end

def verify_credentials(auth_type = nil, options = {})
options[:service] ||= "BareMetal"
options[:service] ||= "Baremetal"

super
end
Expand Down

0 comments on commit 91f7e00

Please sign in to comment.