Hide Forgot
Description of problem: null result is returned when orchestration template is deleted using REST API: { "results": [ null, null ] } For other collections (e.g. blueprints) meaningful result is returned: { "results": [ { "success": true, "message": "blueprints id: 3 deleting", "href": "https://<address>/api/blueprints/3" }, { "success": true, "message": "blueprints id: 4 deleting", "href": "https://<address>/api/blueprints/4" } ] } Version-Release number of selected component (if applicable): 5.7.0.17 How reproducible: 100% Steps to Reproduce: 1. create orchestration templates 2. delete orchestration templates: POST /api/orchestration_templates { "action" : "delete", "resources" : [ { "href" : "https://<address>/api/orchestration_templates/:id1" }, { "href" : "https://<address>/api/orchestration_templates/:id2" } ] }
This was fixed by https://github.com/ManageIQ/manageiq/pull/14097/files, but adding tests to verify
PR: https://github.com/ManageIQ/manageiq/pull/14678
Verified that on 5.8.0.10-beta1 meaningful result is returned when deleting orchestration templates
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