I tested this issue in the latest build. I did not see this issue and It
is working as expected.

** Changed in: keystone
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1097472

Title:
  Deletion of roles that are are currently assigned, don't get cleaned
  up properly

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  When deleting a role that is currently assigned to a user, it doesn't
  get cleaned up properly

  Environment: devstack stable/folsom

  $ keystone tenant-create --name test
  $ keystone role-create --name  test_role
  $ keystone user-role-add  --user-id test_id --role-id test_role_id -- 
tenant_id demo_id
  $ keystone role-delete test_role_id
  $ keystone  user-role-list --tenant-id test --user-id demo_id
  Unable to communicate with identity service: {"error": {"message": "Could not 
find role: role_id", "code": 404, "title": "Not Found"}}. (HTTP 404)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1097472/+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

Reply via email to