# File lib/fog/image/openstack/v2/requests/reactivate_image.rb, line 16 def reactivate_image(_image_id) response = Excon::Response.new response.status = 204 response end