# File lib/fog/openstack/requests/identity/add_user_to_tenant.rb, line 15 def add_user_to_tenant(tenant_id, user_id, role_id) response = Excon::Response.new response.status = 200 response.body = { 'role' => { 'id' => '503df61a99d6461fb247cdb6a3f3a4dd', 'name' => 'admin' } } response end