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