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:
parent
e6b971fd60
commit
05f24e4c8a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ module Fog
|
||||||
:expects => 200,
|
:expects => 200,
|
||||||
:headers => {
|
:headers => {
|
||||||
'Authorization' => "Basic #{Base64.encode64("#{@terremark_username}:#{@terremark_password}").chomp!}",
|
'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"
|
'Content-Type' => "application/vnd.vmware.vcloud.orgList+xml"
|
||||||
},
|
},
|
||||||
:method => 'POST',
|
:method => 'POST',
|
||||||
|
|
Loading…
Reference in a new issue