From d20d42c615d45145efa763b7161731eb97397460 Mon Sep 17 00:00:00 2001 From: Stepan G Fedorov Date: Thu, 20 Oct 2011 01:57:15 +0400 Subject: [PATCH] [clodo|compute] I don't know what is ignore_awful_caching, so i removed it. --- lib/fog/clodo/compute.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/fog/clodo/compute.rb b/lib/fog/clodo/compute.rb index ae48a8eef..15d96d631 100644 --- a/lib/fog/clodo/compute.rb +++ b/lib/fog/clodo/compute.rb @@ -97,8 +97,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]}" })) rescue Excon::Errors::Unauthorized => error if error.response.body != 'Bad username or password' # token expiration