From 05f24e4c8ab276ab69994f846f9aff6108e8f92e Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Thu, 15 Apr 2010 02:54:38 +0800 Subject: [PATCH] note that terremark said they're going to remove this in the future --- lib/fog/terremark/requests/get_organizations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/terremark/requests/get_organizations.rb b/lib/fog/terremark/requests/get_organizations.rb index 8f5edf146..4915fa850 100644 --- a/lib/fog/terremark/requests/get_organizations.rb +++ b/lib/fog/terremark/requests/get_organizations.rb @@ -15,6 +15,7 @@ module Fog :expects => 200, :headers => { 'Authorization' => "Basic #{Base64.encode64("#{@terremark_username}:#{@terremark_password}").chomp!}", + # Terremark said they're going to remove passing in the Content-Type to login in a future release 'Content-Type' => "application/vnd.vmware.vcloud.orgList+xml" }, :method => 'POST',