Skip to content

Commit

Permalink
ems_automation_add_provider was from a refactoring on master, not lasker
Browse files Browse the repository at this point in the history
ManageIQ#1033 was fine on master but relied
on a refactoring/rewording of product features and models in ManageIQ/manageiq#21108
and this refactoring did not get backported to lasker.

In other words, ems_automation_add_provider doesn't exist in lasker, but
automation_manager_add_provider does, so we'll use that.
  • Loading branch information
jrafanie committed Jul 12, 2021
1 parent 58b4210 commit 8dc1ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@
- :name: create
:identifiers:
- :klass: ManageIQ::Providers::AutomationManager
:identifier: ems_automation_add_provider
:identifier: automation_manager_add_provider
- :klass: ManageIQ::Providers::InfraManager
:identifier: ems_infra_new
- :klass: ManageIQ::Providers::CloudManager
Expand Down

0 comments on commit 8dc1ca1

Please sign in to comment.