Modify listzones and add basic prototype, discard template
2 files changed
tree: fc6348db7fd0bf55b746ea5f8da80b203049012c
  1. gcecloudstack/
  2. pyoauth2/
  3. .gitignore
  4. LICENSE.txt
  5. Makefile
  6. README.md
  7. setup.py
README.md

Google Compute Engine Interface For Cloudstack

Proposal

This project aims to create a new compute API set for Cloudstack that is compatible with Google Compute Engine (GCE). GCE is Google's Infrastructure-as-a-Service (IaaS) compute service that competes with Amazon Web Services EC2.

Implementation

The GCE APIs for Cloudstack will be supplied as a layer over the current Cloudstack API. The given application will take in a GCE based API request, pass it over to the Cloudstack API, get the required data and return it in a suitable format.

##Installation

python ./setup.py install

This will install a gcecloudstack binary in your path. Start it and it will run the app