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:
parent
4d1203697f
commit
cbc442949f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user