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:
parent
58ec8f0e81
commit
28469f70d7
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ module Fog
|
|||
# }
|
||||
attribute :raw_disk
|
||||
|
||||
attribute :status
|
||||
|
||||
def reload
|
||||
requires :name
|
||||
|
|
Loading…
Add table
Reference in a new issue