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:
parent
b2e64ed5c5
commit
032e3d69b4
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ module Fog
|
||||||
|
|
||||||
def initialize(options)
|
def initialize(options)
|
||||||
base_url = 'https://www.googleapis.com/compute/'
|
base_url = 'https://www.googleapis.com/compute/'
|
||||||
api_version = 'v1beta15'
|
api_version = 'v1beta16'
|
||||||
api_scope_url = 'https://www.googleapis.com/auth/compute'
|
api_scope_url = 'https://www.googleapis.com/auth/compute'
|
||||||
|
|
||||||
@project = options[:google_project]
|
@project = options[:google_project]
|
||||||
|
|
Loading…
Reference in a new issue