Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/gce-api. Description: Google Compute Engine (GCE) API support in nova. Provides support for GCE API just like EC2 API in Nova provides support for AWS API. Current implementation doesn't require patched gcutil. Necessary OAUTH2 support is added to GCE API nova service to get rid of gcutil patching. Commits are proposed to be splitted to a core + Zones functionality part and then each functionality part to be commited separately. Unit tests exist for each functional part and will be commited along with it. Integration Tempest test exists and will be commited separately. Specification URL (additional information): https://github.com/cloudscaling/gce/blob/master/nova/nova/api/gce/README.rst
Marked obsolete upstream in favour of a different approach.