mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added OpenStack::Server#created and #updated
My OpenStack compute environment returns these two fields in the response from get_server_details. This commit exposes them in the Server objects.
This commit is contained in:
parent
a48432a3db
commit
ecaf7368c3
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ module Fog
|
|||
attribute :availability_zone
|
||||
attribute :user_data_encoded
|
||||
attribute :state, :aliases => 'status'
|
||||
attribute :created, :type => :time
|
||||
attribute :updated, :type => :time
|
||||
|
||||
attribute :tenant_id
|
||||
attribute :user_id
|
||||
|
|
Loading…
Add table
Reference in a new issue