Hi Guys, Just a quick update on progress for last week.
*[ec2stack]* Since the last progress email I've completed support of tag actions. There is now support for listing / creating / deleting Cloudstack tags through ec2stack. I wrote the required tests and updated the documentation accordingly. I was working in a branch called 'tag_support', this has been merged into master since my last email. ec2stack github repo - https://github.com/BroganD1993/ec2stack *[gstack]* Since my last update I've completed work on basic GCE GA support for gstack. Anything that was supported in the original release of gstack, using the GCE v15beta API should now work with the GCE GA API. The documentation on GitHub was updated with new setup instructions for users. After completing the GCE GA support work I made a new release on pypi which is available for download here: https://pypi.python.org/pypi/gstack/0.1.0 <https://pypi.python.org/pypi/gstack/0.1.0> I began writing tests for the project, which is progressing nicely. I have most of the major functionality tested, there's still a bit of work left to do. The test support branch was merged into master earlier today. gstack project repo - https://github.com/NOPping/gstack My next step is to finish the unittesting for gstack and then move on to refactoring, restructuring & cleaning of the code base. Thanks, Darren