cloudstack/tools/marvin/docs/errata.md

1.3 KiB

Idea Stack

Bugs

  • marvin.sync and xml compilation produce different versions of cloudstackAPI
  • marvin build now requires inflect which will cause -Pdeveloper profile to break for the first time
  • Entities should include @docstring for optional arguments in their actions() methods. **kwargs is confusing
  • Dissociate the grammar list to make it extensible via a properties file
  • Handle APIs that need parameters but dont have a required args list because multiple sets of args form a required list
    • eg: disableAccount (either provide id (account) or accoutname and domainid)
  • XML precache required for factory and base generation CLOUDSTACK-4589
  • Remove marvin dependency with apidoc build. Provide precache json CLOUDSTACK-4589
  • Better sync functionality
  • Bump up version to 0.2.0
  • Improved cleanup support

Features