mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
13 is now deprecated.
This commit is contained in:
parent
1c7bed7ff8
commit
20d550218a
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ module Fog
|
|||
|
||||
def initialize(options)
|
||||
base_url = 'https://www.googleapis.com/compute/'
|
||||
# TODO(icco): v1beta13 will probably be deprecated in April.
|
||||
api_version = 'v1beta13'
|
||||
api_version = 'v1beta14'
|
||||
api_scope_url = 'https://www.googleapis.com/auth/compute'
|
||||
|
||||
@project = options[:google_project]
|
||||
|
|
Loading…
Reference in a new issue