project_id and user_id should be retrieved from context
Bug #1487992 reported by
yuanying
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Fix Released
|
Undecided
|
Peiyu Lin |
Bug Description
currently project_id and user_id are retrieved from auth_token_info.
but these parameters can be retrieved v3 keystone api only.
because auth_token_info is different between v2 and v3.
If you specify keystone version to v2 in config file, magnum will not work.
for example:
[keystone_
auth_uri=http://
auth_version = v2
this doesn't work.
Changed in magnum: | |
assignee: | nobody → Peiyu Lin (mathspanda) |
Changed in magnum: | |
milestone: | none → mitaka-1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/216580
Review: https:/