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

[hp|compute_v2] Remove aweful caching from query.

This commit is contained in:
Rupak Ganguly 2013-04-25 13:20:38 -04:00
parent 2821685f95
commit cd5460ef10

View file

@ -222,8 +222,7 @@ module Fog
'X-Auth-Token' => @auth_token
}.merge!(params[:headers] || {}),
:host => @host,
:path => "#{@path}/#{params[:path]}",
:query => ('ignore_awful_caching' << Time.now.to_i.to_s)
:path => "#{@path}/#{params[:path]}"
}), &block)
rescue Excon::Errors::HTTPStatusError => error
raise case error