1
0
Fork 0
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:
wenlock 2013-10-21 13:25:14 -07:00
parent 81d0f14a67
commit 5547abaa8c

View file

@ -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