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