# File lib/fog/openstack/models/identity/users.rb, line 12
        def all
          load(service.list_users(tenant_id).body['users'])
        end