Hide Forgot
Description of problem: Following requests POST /api/orchestration_templates/:id { "action" : "delete" } results in { "error": { "kind": "internal_server_error", "message": "undefined method `keys' for nil:NilClass", "klass": "NoMethodError" } } The record is deleted. Deleting record using DELETE method on /api/orchestration_templates/:id or POST method on /api/orchestration_templates doesn't produce any errors. Version-Release number of selected component (if applicable): 5.7.0.17 How reproducible: 100% Additional info:
Relevant lines from api.log - http://pastebin.test.redhat.com/449736
https://github.com/ManageIQ/manageiq/pull/14097
Verified that on 5.8.0.8-alpha1 it's possible to do POST /api/orchestration_templates/:id { "action" : "delete" }
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/RHSA-2017:1367