Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(686)

Issue 6719051: Google Compute Engine Fog.io Integration - Utilities

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by ziyadm
Modified:
13 years ago
Reviewers:
kwal, Riccardo
CC:
marccohen, Brian Dorsey, jbsimon, nates
Visibility:
Public.

Description

Name: Google Compute Engine Fog.io Integration - Utilities Issue Number: 6719051 Description: General utility code for Fog.io integration.

Patch Set 1 : Fog.io Utilities for GCE #

Patch Set 2 : Updating to address comments in testing code review #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -0 lines) Patch
M lib/fog/bin.rb View 1 chunk +1 line, -0 lines 0 comments Download
A lib/fog/bin/gce.rb View 1 chunk +36 lines, -0 lines 2 comments Download
M lib/fog/compute.rb View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/fog/core/errors.rb View 1 chunk +1 line, -0 lines 0 comments Download
A lib/fog/gce.rb View 1 chunk +10 lines, -0 lines 0 comments Download
A lib/fog/gce/compute.rb View 1 1 chunk +119 lines, -0 lines 3 comments Download
A lib/fog/gce/oauth/oauth_util.rb View 1 chunk +41 lines, -0 lines 1 comment Download
M lib/fog/providers.rb View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
kwal
https://codereview.appspot.com/6719051/diff/7001/lib/fog/bin/gce.rb File lib/fog/bin/gce.rb (right): https://codereview.appspot.com/6719051/diff/7001/lib/fog/bin/gce.rb#newcode1 lib/fog/bin/gce.rb:1: class GCE < Fog::Bin Fog already has a "Google" ...
13 years ago (2012-10-19 19:20:13 UTC) #1
ziyadm
https://codereview.appspot.com/6719051/diff/7001/lib/fog/bin/gce.rb File lib/fog/bin/gce.rb (right): https://codereview.appspot.com/6719051/diff/7001/lib/fog/bin/gce.rb#newcode1 lib/fog/bin/gce.rb:1: class GCE < Fog::Bin Yes -- that is currently ...
13 years ago (2012-10-19 22:21:49 UTC) #2
Riccardo
12 years, 12 months ago (2012-10-23 11:04:07 UTC) #3
https://codereview.appspot.com/6719051/diff/7001/lib/fog/gce/compute.rb
File lib/fog/gce/compute.rb (right):

https://codereview.appspot.com/6719051/diff/7001/lib/fog/gce/compute.rb#newco...
lib/fog/gce/compute.rb:13: request :list_servers
why 'servers' and not 'instances'?
Is this a fog requirement?

https://codereview.appspot.com/6719051/diff/7001/lib/fog/gce/oauth/oauth_util.rb
File lib/fog/gce/oauth/oauth_util.rb (right):

https://codereview.appspot.com/6719051/diff/7001/lib/fog/gce/oauth/oauth_util...
lib/fog/gce/oauth/oauth_util.rb:6: # Small helper for the sample apps for
performing OAuth 2.0 flows from the
As I was suggesting yesterday on VC, it would be nice to look for ~/.gcutil_auth
first, as it contains the access_token we need. 
If that fails, then this auth is perfect.
If it succeeds, then there is a big question mark on how to manage the token
updating (which python gcelib does).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b