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:
parent
59a6e9fd3e
commit
fd12f680cb
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue