mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
This makes the commands.xml based codegeneration equivalent to the API discovery end point based discovery. This fixes the fields that the (api discovery based) codegenerator should produce in the generated python classes (cmd and response classes per api/module). The issue was that the autogenerated cloudstackAPI differed between api-based and apidocs-based code generation. With this fix the generated classes match exactly thereby allowing us to go with either methods to generate cloudstackAPI. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>