New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/0b71a8e7cdd8dc0beb67f4530840989cd268c06a commit 0b71a8e7cdd8dc0beb67f4530840989cd268c06a Author: Adam Grare <agrare> AuthorDate: Thu Jan 31 13:54:37 2019 -0500 Commit: Adam Grare <agrare> CommitDate: Thu Jan 31 13:54:37 2019 -0500 Merge pull request #18419 from djberg96/conversion_host_configurations2 Simplify the ConversionHost::Configurations#enable method. (cherry picked from commit 8d33fa57a6f3dba5946be73c02ff23505e4ec20c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1702021 app/models/conversion_host/configurations.rb | 13 +- spec/models/conversion_host/configurations_spec.rb | 10 +- 2 files changed, 7 insertions(+), 16 deletions(-)
resource_id and resource_type are passed separately now {"name": "create converison host", "resource_type": "ManageIQ::Providers::Redhat::InfraManager::Host", "resource_id": "3", "auth_user": "root" } If not , API gives error " "message": "resource_id must be specified"," Verified in 5.10.4.1.20190430152139_40a1d86
Enable queue method worked when "resource_type" and "resource_id" was passed.
Task Name shows : resource id and resource_type as single param(resource) Configuring a conversion_host: operation=enable resource=(name: env-rhv42-01.cfme2.lab.eng.rdu2.redhat.com type: ManageIQ::Providers::Redhat::InfraManager::Host id: 3)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1247