1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug in EC2QueryClient

git-svn-id: http://svn.opennebula.org/one/trunk@893 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-10-26 14:12:03 +00:00
parent 4d1203697f
commit cbc442949f

View File

@ -174,7 +174,7 @@ module EC2QueryClient
'application/octet-stream', file_name)
req = Net::HTTP::Post::Multipart.new('/', params)
res = http_start(@uri) do |http|
res = CloudClient.http_start(@uri) do |http|
http.request(req)
end