← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1427158] [NEW] Rest call for group and user list is not working without domain_id

 

Public bug reported:

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

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

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.

** Affects: keystone
     Importance: Undecided
         Status: New


** Tags: api

-- 
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):
  New

Bug description:
  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

  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

  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


Follow ups

References