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

Remove the metadata attribute, and let it be lazy loaded as needed per server object.

This commit is contained in:
Rupak Ganguly 2013-05-30 14:02:47 -04:00
parent 2cd14ecfff
commit 14b5ef24b9

View file

@ -11,7 +11,6 @@ module Fog
attribute :addresses
attribute :host_id, :aliases => 'hostId'
attribute :metadata
attribute :name
attribute :personality
attribute :progress
@ -33,6 +32,7 @@ module Fog
attribute :links
attribute :image_id, :aliases => 'image', :squash => 'id'
attribute :flavor_id, :aliases => 'flavor', :squash => 'id'
#attribute :metadata # lazy load metadata as needed per model
# these are implemented as methods
attribute :private_ip_address
attribute :public_ip_address