GET /v2.0/tokens/{token_id}/endpoints not implemented
Bug #1006777 reported by
Jason Xu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Critical
|
Dolph Mathews |
Bug Description
GET /tokens/
{
"error": { "message": "The action you have requested has not been implemented.", "code": 501, "title": null }
}
Expected Response: http://
Version: 2012.1
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
importance: | Medium → Critical |
milestone: | none → folsom-rc1 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | folsom-rc1 → 2012.2 |
To post a comment you must log in.
Jason -
What token backing store responded with the NotImplmented response? (In particular, what's the value of "driver" under [token] in your keystone configuration?
This is a potentially valid response if the backing store for the token never implemented that part of the API.