# File lib/fog/openstack/models/identity/role.rb, line 23 def add_to_user(user, tenant) add_remove_to_user(user, tenant, :add) end