# File lib/fog/openstack/models/identity/role.rb, line 27 def remove_to_user(user, tenant) add_remove_to_user(user, tenant, :remove) end