yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02492
[Bug 1097472] Re: Deletion of roles that are are currently assigned, don't get cleaned up properly
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