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

Standard images need to be unzipped.

This commit is contained in:
Sean Handley 2012-07-16 21:29:47 +02:00
parent 7f8c8b445b
commit 858b561cea

View file

@ -4,7 +4,7 @@ module Fog
class Real
def load_standard_image(destination_image, source_image)
request(:method => "post", :path => "/drives/#{destination_image}/image/#{source_image}", :expects => 204)
request(:method => "post", :path => "/drives/#{destination_image}/image/#{source_image}/gunzip", :expects => 204)
end
end