DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
This is being created externally to the Cloudstack Codebase. Code is on github: https://github.com/NOPping/cloudstack-gce![]()
...
gCloud will accept GCE based API calls, translate and pass them over to the Apache Cloudstack API, parse the response and return it in a suitable GCE format.
gCloud is a Python application that uses Flask. It exposes a Google Compute Engine(GCE) complaint API.
...
The following commands are currently supported in gClouds 0.0.1
Google compute engine uses OAuth2 for authentication. As Apache Cloudstack does not expose an OAuth2 Provider it was necessary to create a make-do work around for this.
...