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:
parent
7940b301ce
commit
4d42c4355d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue