From 28469f70d77db9f48eaa8d980f2657cce71bea24 Mon Sep 17 00:00:00 2001 From: Akshay Moghe Date: Thu, 8 Aug 2013 14:56:22 -0700 Subject: [PATCH] Add 'status' attribute to GCE images. Subsequent 'get' or 'reload' of the image will cause this to be populated, and the user will be able to tell when it is 'READY'. --- lib/fog/google/models/compute/image.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/google/models/compute/image.rb b/lib/fog/google/models/compute/image.rb index 67abfa82a..4232d840b 100644 --- a/lib/fog/google/models/compute/image.rb +++ b/lib/fog/google/models/compute/image.rb @@ -28,6 +28,7 @@ module Fog # } attribute :raw_disk + attribute :status def reload requires :name