Bug 1121256
Summary: | Configuration file in share forces ignore of auth_uri | |||
---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Adam Young <ayoung> | |
Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | nlevinki <nlevinki> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | unspecified | CC: | ayoung, chris.brown, eharney, lars, srevivo | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1121259 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-18 06:08:40 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1121259 |
Description
Adam Young
2014-07-18 19:13:11 UTC
Adam: you mentioned "auth_uri" in your report, but the error message references "identity_uri", which I think is something else. Does this still need fixing? It looks like our current packages are still setting the auth_* fragments in /usr/share/cinder/cinder-dist.conf. Lars, yes, the identity_uri is the preferred way of setting the value in the config file, instead of composing it out of its parts. http://git.openstack.org/cgit/openstack/keystonemiddleware/tree/keystonemiddleware/auth_token/_auth.py?id=1285fb2337bedc29482356cb8d6ad87efc26fc7f#n166 And, since this is more than just the auth_uri (just used to get a token) it is more correct to say identity_uri. So I think this is sorted now? |