Fedora Account System
Red Hat Associate
Red Hat Customer
The manageiq-api code was changed to send a "resource" parameter instead of "resource_id" and "resource_type" separately. For the code to work properly, it needs to look for "resource". The resource_id and resource_type are then parsed out and passed along to the task as args. Current behavior: the enable_queue method will fail. Expected behavior: the enable_queue method will work, and the resource_id and resource_type methods will be set properly. To duplicate: attempt to create a conversion host without a resource param.
https://github.com/ManageIQ/manageiq/pull/18419/files
Resource is sent as parameter. Configuring a conversion_host: operation=enable resource=(name: env-rhv43-01.cfme2.lab.eng.rdu2.redhat.com type: ManageIQ::Providers::Redhat::InfraManager::Host id: 3) Verified in 5.11.0.4.20190514210444_0c91ee1