Comment 4 for bug 1413276

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

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

commit 1ed8d3ac89a99ac523de3915f2c33870995be9c0
Author: Konstantin Maximov <email address hidden>
Date: Fri Mar 4 19:25:19 2016 +0300

    Add test for domains list filtering and limiting

    We test the filtering and limiting of projects, users and groups
    lists in test_backends.py, and we don't do this for domains.
    Created a special test for the filtering and limiting of domains
    list for SQL and LDAP multi-domain classes.

    Change-Id: I86094021e2e12e0c0ecf5e1745e0c66ecfb2f96e
    Closes-Bug: #1413276