Reviewed: https://review.openstack.org/558150 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=c522fc3bb728eed1838aadc708bbd59763544cfe Submitter: Zuul Branch: master
commit c522fc3bb728eed1838aadc708bbd59763544cfe Author: wangxiyuan <[email protected]> Date: Mon Apr 2 10:42:47 2018 +0800 Expose a bug that list_limit doesn't work correctly The list_limit for domain list doesn't work correctly. The return count will less than list_limit if the sql query contains root domain This patch expose this bug and it will be fixed in the following patch. Co-Authored-By: Lance Bragstad<[email protected]> Partial-bug: #1760521 Change-Id: Ib28793c97f1b730cb3b83b046e653a7b660af875 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1760521 Title: list_limit for domain doesn't work correct Status in OpenStack Identity (keystone): Fix Released Bug description: This bug is found during adding FK for test: https://review.openstack.org/#/c/558029/ Reproduce: 1. suppose there are 4 domain in your openstack env. 2. set the config option list_limit in [resource] section to 3. Then restart Keystone. [resource] list_limit = 3 3. try to list domain. openstack domain list Expect result: three domains should return. Actual result only two domains returned. reproduce step: http://paste.openstack.org/show/718138/ To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1760521/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

