From 8dc1ca14215f8b6c6f5ee4161c0acaf1cebc6cd0 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 12 Jul 2021 13:00:00 -0400 Subject: [PATCH] ems_automation_add_provider was from a refactoring on master, not lasker https://github.com/ManageIQ/manageiq-api/pull/1033 was fine on master but relied on a refactoring/rewording of product features and models in https://github.com/ManageIQ/manageiq/pull/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. --- config/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/api.yml b/config/api.yml index 6aca8763d3..bac767e2db 100644 --- a/config/api.yml +++ b/config/api.yml @@ -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