diff --git a/lib/fog/rackspace.rb b/lib/fog/rackspace.rb index ea179bf65..541e5ae49 100644 --- a/lib/fog/rackspace.rb +++ b/lib/fog/rackspace.rb @@ -109,7 +109,6 @@ module Fog 'X-Auth-Key' => @rackspace_api_key, 'X-Auth-User' => @rackspace_username }, - :host => uri.host, :method => 'GET', :path => (uri.path and not uri.path.empty?) ? uri.path : 'v1.0' })