From 032e3d69b46087d8e6d460afca1ad7686f368872 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Thu, 3 Oct 2013 23:12:05 -0700 Subject: [PATCH] Update GCE to v1beta16 --- lib/fog/google/compute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/google/compute.rb b/lib/fog/google/compute.rb index 3f3926cdf..936413cf8 100644 --- a/lib/fog/google/compute.rb +++ b/lib/fog/google/compute.rb @@ -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]