Bug 971497
| Summary: | When Keystone AuthToken m/w is used in Swift proxy server it fails to use memcache_servers option | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Pavel Sedlák <psedlak> | |
| Component: | python-keystoneclient | Assignee: | Jakub Ruzicka <jruzicka> | |
| Status: | CLOSED WONTFIX | QA Contact: | Ami Jeain <ajeain> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.0 | CC: | apevec, ayoung, breeler, dallan, dpal, jkt, yeylon | |
| Target Milestone: | --- | |||
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Known Issue | ||
| Doc Text: |
When using Keystoneclient authtoken middleware with Swift, the option to use memcached directly doesn't work.
That is:
[filter:authtoken]
memcache_servers = 127.0.0.1:11211
won't work.
Instead, for token caching within Swift, authtoken middlware must be configured to use Swift's cache:
cache=swift.cache
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1136171 (view as bug list) | Environment: | ||
| Last Closed: | 2013-09-25 14:18:15 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: | 1136171 | |||
|
Description
Pavel Sedlák
2013-06-06 16:21:45 UTC
Direct memcached probably doesn't make sense within Swift, so I'd say we should not support it. Proper upstream solution could be authtoken m/w to detect Swift and use its memcached if available. Please fill an upstream Wishlist bug if you consider this feature important. |