# File lib/fog/image/openstack/v1/requests/add_member_to_image.rb, line 16 def add_member_to_image(_image_id, _tenant_id) response = Excon::Response.new response.status = [200, 204][rand(2)] response end