mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Invalid Excon request keys: :host, :port
as explained https://github.com/fog/fog/issues/2248 is preventing authentication with hp cloud.
This commit is contained in:
parent
81d0f14a67
commit
5547abaa8c
1 changed files with 0 additions and 2 deletions
|
@ -162,8 +162,6 @@ module Fog
|
|||
:headers => {
|
||||
'Content-Type' => 'application/json'
|
||||
},
|
||||
:host => @host,
|
||||
:port => @port,
|
||||
:method => 'POST',
|
||||
:body => Fog::JSON.encode(request_body),
|
||||
:path => @auth_path
|
||||
|
|
Loading…
Reference in a new issue