Created attachment 1296943 [details] screenshot of button Description of problem: When user is logged to CFME (Compute->Infrastructure-> Virtual Machine) then they can run template for specific VM without any issue, but if they want to run the same in self_service portal then they get error: “Action not able to submit.” Evm.log: [----] E, [2017-07-10T09:54:51.445394 #5843:1782638] ERROR -- : <API> MIQ(Api::ServicesController.api_error) API Error [----] E, [2017-07-10T09:54:51.445541 #5843:1782638] ERROR -- : <API> MIQ(Api::ServicesController.api_error) Api::BadRequestError: Unsupported Custom Action docker.yaml for the services resource specified Version-Release number of selected component (if applicable):5.8.0 How reproducible: Steps to Reproduce: 1. Create a button to execute an ansible playbook 2. Execute the playbook from the admin portal Compute->VMs->Button - It is successfull 3. Try to execute the same through the self_service portal - Error Actual results: “Action not able to submit.” Evm.log: [----] E, [2017-07-10T09:54:51.445394 #5843:1782638] ERROR -- : <API> MIQ(Api::ServicesController.api_error) API Error [----] E, [2017-07-10T09:54:51.445541 #5843:1782638] ERROR -- : <API> MIQ(Api::ServicesController.api_error) Api::BadRequestError: Unsupported Custom Action docker.yaml for the services resource specified Expected results: Should execute successfully Additional info:
Able to tell from the error message "for the service resource specified" that this is a duplicate of another bug. The SUI should have been making the call to /api/vms instead of /api/services. *** This bug has been marked as a duplicate of bug 1460316 ***