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

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'.
This commit is contained in:
Akshay Moghe 2013-08-08 14:56:22 -07:00
parent 58ec8f0e81
commit 28469f70d7

View file

@ -28,6 +28,7 @@ module Fog
# }
attribute :raw_disk
attribute :status
def reload
requires :name