Github user bhaisaab commented on the pull request:

    https://github.com/apache/cloudstack/pull/63#issuecomment-69900395
  
    Tested with CloudMonkey/Marvin, most sane clients should not break who 
search for objects in a "xyzresponse" key. This also fixes the UI so we're good.
    
    Google search resulted 8 places where "deleteisosresponse" was used. Such 
fixes have been done in the past. The impact is low, also because it's an async 
api.
    
    Response before;
    { "deleteisosresponse" : {"jobid":"aef086a9-ceb6-4af1-9b01-44a130dc6a16"} }
    
    Response after the fix;
    { "deleteisoresponse" : {"jobid":"0fd02b7f-0a14-4ef2-8dc5-932a9ee30004"} }


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to