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:
parent
2821685f95
commit
cd5460ef10
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue