1
0
Fork 0
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:
Eric Hodel 2012-10-18 15:52:43 -07:00
parent a48432a3db
commit ecaf7368c3

View file

@ -24,6 +24,8 @@ module Fog
attribute :availability_zone attribute :availability_zone
attribute :user_data_encoded attribute :user_data_encoded
attribute :state, :aliases => 'status' attribute :state, :aliases => 'status'
attribute :created, :type => :time
attribute :updated, :type => :time
attribute :tenant_id attribute :tenant_id
attribute :user_id attribute :user_id