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

Fixing Rackspace's lack of integer-as-string support as per https://github.com/fog/fog/pull/657#issuecomment-3145337

This commit is contained in:
jimworm 2011-12-14 18:05:07 +00:00
parent 7064093510
commit 3a3112a26b

View file

@ -9,9 +9,9 @@ module Fog
identity :id
attribute :addresses
attribute :flavor_id, :aliases => 'flavorId'
attribute :flavor_id, :aliases => 'flavorId', :type => :integer
attribute :host_id, :aliases => 'hostId'
attribute :image_id, :aliases => 'imageId'
attribute :image_id, :aliases => 'imageId', :type => :integer
attribute :metadata
attribute :name
attribute :personality