** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1248952
Title:
Delete role not implemented on assignment LDAP backend
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
Delete role action is not implemented on the assignment LDAP backend
in Havana release. Otherwise, other role functions are implemented.
When you try:
curl -X DELETE --insecure -H "X-Auth-Token:the_token"
https://localhost:35357/v3/roles/role_id
Keystone raises warning message: "The action you have requested has
not been implemented."
The problem is "assignment/ldap" backend is not implementing
list_role_assignments function, so python search up in the hierachy
and arrives to assignment/core.py list_role_assignments fucntion and
raises the NotimplementedException.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1248952/+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