** Description changed: - In older build in PowerVC to get the group / user, we had used the following rest calls: - https://9.114.226.100/powervc/openstack/admin/v3/users - https://9.114.226.100/powervc/openstack/admin/v3/groups + To get the group / user, we had used the following rest calls: v3/users - For the recent builds, we are seeing the above command is not working and current working calls are : - https://9.114.226.100/powervc/openstack/admin/v3/ibm-roles/groups - https://9.114.226.100/powervc/openstack/admin/v3/ibm-roles/users + + we are seeing the above command is not working current working calls are : v3/<domain_id>/groups So, it needs a domain id parameter to get the result. So it would definitely be nice if keystone would recognize that and not require the domain_id query parameter to make the /v3/groups and /v3/users commands work.
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1427158 Title: Rest call for group and user list is not working without domain_id Status in OpenStack Identity (Keystone): Invalid Bug description: To get the group / user, we had used the following rest calls: v3/users we are seeing the above command is not working current working calls are : v3/<domain_id>/groups So, it needs a domain id parameter to get the result. So it would definitely be nice if keystone would recognize that and not require the domain_id query parameter to make the /v3/groups and /v3/users commands work. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1427158/+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