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

[bluebox|compute] Fixed instance state

This commit is contained in:
Lee Huffman 2011-09-02 11:37:42 -07:00
parent 37e65f34f5
commit 4e914d1191

View file

@ -17,7 +17,7 @@ module Fog
attribute :image_id attribute :image_id
attribute :ips attribute :ips
attribute :memory attribute :memory
attribute :state, :aliases => :status attribute :state, :aliases => "status"
attribute :storage attribute :storage
attribute :template attribute :template