Reviewed: https://review.openstack.org/249958 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=dc212cd4d2fa5fe0034f21bfd2a839283749b835 Submitter: Jenkins Branch: master
commit dc212cd4d2fa5fe0034f21bfd2a839283749b835 Author: Tom Cocozzello <tjcoc...@us.ibm.com> Date: Wed Nov 25 10:25:28 2015 -0600 List assignments with names When a client calls list assignment API what is returned is the role id, user id or group id, and project id or domain id. Most users then call the api again for each of these entities to get their names, creating many api calls between the client and server. This can be reduced by having the server do all the work instead. This commit adds the functionality to include the user, role, group, project, and domain names with the response if the parameter 'include_names' is set to True. Change-Id: I0a1cc986b8a35aeafe567e5e7fee6eeb848ae113 Closes-Bug: #1479569 Implements: blueprint list-assignment-with-names ** 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/1479569 Title: Output from "role assignment list" is not useful Status in OpenStack Identity (keystone): Fix Released Status in python-keystoneclient: In Progress Status in python-openstackclient: In Progress Bug description: It's showing the internal IDs of all the objects, which is really unhelpful. It would be much nicer if it showed the actual names of users, groups, projects and domains. Example: $ openstack role assignment list +----------------------------------+----------------------------------+----------------------------------+----------------------------------+----------------------------------+ | Role | User | Group | Project | Domain | +----------------------------------+----------------------------------+----------------------------------+----------------------------------+----------------------------------+ | 83e948848b7842c9a15e01cfd9db6e1e | 0fa9633d884a42448bbd386778ca6b87 | | 4404002027374bfe878501259b02a5d5 | | | 83e948848b7842c9a15e01cfd9db6e1e | 0fa9633d884a42448bbd386778ca6b87 | | 5568fe0e2ca74a5aae35b01f035cdee8 | | | f25338bd4a1f4d74927375507d555fa5 | 339e327397d4437d8d1123d63098de76 | | 67e30450f1c44010960aa7e1a457f9b3 | | | ecea53c035034e93912428789e8272f6 | 35a3b6d9cb324661b5f144fd60a62964 | | 9b5b2ef803514898b4a3a90ef09dcf66 | | | 83e948848b7842c9a15e01cfd9db6e1e | 4644b913eb77414db8f344d37e3da2c2 | | 9b5b2ef803514898b4a3a90ef09dcf66 | | | ecea53c035034e93912428789e8272f6 | 50e99a8a5d6c40b2bd973fe55f2cb38b | | 9b5b2ef803514898b4a3a90ef09dcf66 | | | f1f56af00ee942a5b24d73dbfe2364cb | 54b9ac936fd04293981b828580a9a3e1 | | 4404002027374bfe878501259b02a5d5 | | | f25338bd4a1f4d74927375507d555fa5 | 54b9ac936fd04293981b828580a9a3e1 | | 4404002027374bfe878501259b02a5d5 | | | f25338bd4a1f4d74927375507d555fa5 | 54b9ac936fd04293981b828580a9a3e1 | | c02e1e2d94584805a7445b6d31cab364 | | | f25338bd4a1f4d74927375507d555fa5 | | 96a35e9d12544ee8aa3cfbf05f2fb649 | 4404002027374bfe878501259b02a5d5 | | | f25338bd4a1f4d74927375507d555fa5 | 0fa9633d884a42448bbd386778ca6b87 | | | 88fc45635a134ef084866fe0fa94e7f3 | +----------------------------------+----------------------------------+----------------------------------+----------------------------------+----------------------------------+ To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1479569/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp