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:
parent
2cd14ecfff
commit
14b5ef24b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue