Reviewed: https://review.openstack.org/529914 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e7a4d43ece44ee0187bb7ab02e0604b5ae2a592b Submitter: Zuul Branch: master
commit e7a4d43ece44ee0187bb7ab02e0604b5ae2a592b Author: wangxiyuan <[email protected]> Date: Sat Dec 23 16:51:25 2017 +0800 Fix list users by name When attempting to filter users by name, it works for local users, but doesn't work for federated users. This patch fixed this error. Change-Id: I1bee51c2be81dbddd9d849731ab53728c86b2765 Closes-bug: #1738895 ** 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/1738895 Title: Filtering by name doesn't work for federated users when listing Status in OpenStack Identity (keystone): Fix Released Bug description: When attempting to filter users by name, it works for local users, but doesn't work for federated users. Pasted shell session shows: 1. Listing all users shows federated users too. 2. Filtering by name a federated user doesn't work. 3. Filtering by name a local user works. http://paste.openstack.org/show/629249/ To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1738895/+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

