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