1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Update GCE to v1beta16

This commit is contained in:
Nat Welch 2013-10-03 23:12:05 -07:00
parent b2e64ed5c5
commit 032e3d69b4

View file

@ -763,7 +763,7 @@ module Fog
def initialize(options)
base_url = 'https://www.googleapis.com/compute/'
api_version = 'v1beta15'
api_version = 'v1beta16'
api_scope_url = 'https://www.googleapis.com/auth/compute'
@project = options[:google_project]