From fd12f680cbd94215fc1893bb3a0e68c9aa2ece51 Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Tue, 15 Oct 2013 11:10:19 -0500 Subject: [PATCH] [rackspace] removing :host key from authentication_v1 requests --- lib/fog/rackspace.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/rackspace.rb b/lib/fog/rackspace.rb index ea179bf65..541e5ae49 100644 --- a/lib/fog/rackspace.rb +++ b/lib/fog/rackspace.rb @@ -109,7 +109,6 @@ module Fog 'X-Auth-Key' => @rackspace_api_key, 'X-Auth-User' => @rackspace_username }, - :host => uri.host, :method => 'GET', :path => (uri.path and not uri.path.empty?) ? uri.path : 'v1.0' })