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

Merge pull request #658 from jimworm/patch-2

Fixing Rackspace's lack of integer-as-string support
This commit is contained in:
Wesley Beary 2011-12-14 10:11:05 -08:00
commit 797d114465

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