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

[rackspace] removing :host key from authentication_v1 requests

This commit is contained in:
Kyle Rames 2013-10-15 11:10:19 -05:00
parent 59a6e9fd3e
commit fd12f680cb

View file

@ -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'
})