Comment 2 for bug 1571342

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/306838
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e23ef5bd23bd800420d145a11ceb903ec4c52400
Submitter: Jenkins
Branch: master

commit e23ef5bd23bd800420d145a11ceb903ec4c52400
Author: Kahou Lei <email address hidden>
Date: Sun Apr 17 08:00:20 2016 -0700

    Fix confusing naming in ldap EnableEmuMixin.

    In keystone/common/ldap/core.py, the get_all() method of EnabledEmuMixIn is
    using "tenant" as the return object. This is misleading as the core method
    is not using as project only but also other identity or resources (such as
    user and group). We should change to name to be more generic to avoid
    confusion.

    Change-Id: I53a7eb22539697e16ac9893daf59506483345f9e
    closes-bug: 1571342