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:
parent
37e65f34f5
commit
4e914d1191
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Fog
|
|||
attribute :image_id
|
||||
attribute :ips
|
||||
attribute :memory
|
||||
attribute :state, :aliases => :status
|
||||
attribute :state, :aliases => "status"
|
||||
attribute :storage
|
||||
attribute :template
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue