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:
parent
7f8c8b445b
commit
858b561cea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue