# File lib/fog/serverlove/requests/compute/load_standard_image.rb, line 6 def load_standard_image(destination_image, source_image) request(:method => "post", :path => "/drives/#{destination_image}/image/#{source_image}/gunzip", :expects => 204) end