delete token for trust invalidation has typo
Bug #1152283 reported by
Adam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Adam Young |
Bug Description
There are a couple typos that showed delete token for trust is untested.
In
keystone/
line 171
token_list = token_api.
userid should be user_id
line 346
delete_
the last argument to this function is user, not tenant_id.
The backends can and should ignore the user_id field if the trust_id is passed in to list tokens. (The exception is the memcached backend, which needs the userid to find the tokens. This is another argument for deprecating the memcahced backend.)
Changed in keystone: | |
assignee: | nobody → Adam Young (ayoung) |
status: | New → In Progress |
Changed in keystone: | |
milestone: | none → grizzly-rc1 |
importance: | Undecided → High |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-rc1 → 2013.1 |
To post a comment you must log in.
Fix is underway
https:/ /review. openstack. org/#/c/ 23708/