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

[storm_on_demand] don't pass host to request

This commit is contained in:
Josh Blancett 2013-12-27 12:05:20 -05:00
parent 7940b301ce
commit 4d42c4355d

View file

@ -29,7 +29,6 @@ module Fog
'Content-Type' => 'application/json',
'Authorization' => 'Basic ' << Base64.encode64("#{@storm_on_demand_username}:#{@storm_on_demand_password}").chomp
}.merge!(params[:headers] || {}),
:host => @host,
:path => "#{@path}/#{API_VERSION}#{params[:path]}",
:expects => 200,
:method => :post