sebastien goasguen created CLOUDSTACK-414:
---------------------------------------------
Summary: marvin cloudstackAPI is packaging each api call in its
separate module, we should create a single module
Key: CLOUDSTACK-414
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-414
Project: CloudStack
Issue Type: Improvement
Components: API, Test Tools
Affects Versions: 4.1.0
Environment: Devcloud, OSX 10.8.1
Reporter: sebastien goasguen
Priority: Critical
build-marvin uses codegenerator.py to create the cloudstackAPI/ in the marvin
tree. The way this is done each API is its own module. This makes it
troublesome to use the cloudstackAPI in python. We may want to create a single
cloudstackapi file which contains all the skeleton classes generated.
That way something like inspect.getmembers(cloudstackAPI,inspect.isclass) will
return something.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira