auth_token middleware should be stand alone
Bug #1039567 reported by
Dan Prince
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Henry Nash |
Bug Description
With some of the most recent Folsom changes auth_token.py now has some external dependencies on several other keystone modules:
from keystone.
from keystone.common import cms
from keystone.common import utils
from keystone.
If we want users to be able to deploy just the single module (like was possible with Essex) I think we may want to re-work some of this so that auth_token.py is once again a stand alone module.
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: blueprint |
Changed in keystone: | |
assignee: | nobody → Adam Young (ayoung) |
Changed in keystone: | |
assignee: | Adam Young (ayoung) → Henry Nash (henry-nash) |
Changed in keystone: | |
status: | Triaged → In Progress |
Changed in keystone: | |
status: | In Progress → Fix Committed |
Changed in keystone: | |
milestone: | none → grizzly-1 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Swift has added swift/common/ middleware/ keystone_ auth.py for instead of the swift_auth middleware.
So, move the auth_token to openstack/common ?