diff --git a/lib/fog/rackspace/models/compute/server.rb b/lib/fog/rackspace/models/compute/server.rb index 3a61c634d..488067dbe 100644 --- a/lib/fog/rackspace/models/compute/server.rb +++ b/lib/fog/rackspace/models/compute/server.rb @@ -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