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

note that terremark said they're going to remove this in the future

This commit is contained in:
Edward Muller 2010-04-15 02:54:38 +08:00 committed by Wesley Beary
parent e6b971fd60
commit 05f24e4c8a

View file

@ -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',