Merge "Swift proxy memcache authtoken additions"
This commit is contained in:
@@ -44,6 +44,13 @@ admin_password = {{swift.service-password}}
|
||||
auth_uri = http://{{keystone.host}}:5000/v2.0
|
||||
delay_auth_decision = true
|
||||
identity_uri=http://{{keystone.host}}:35357
|
||||
{{#swift.proxy-memcache}}
|
||||
cache = swift.cache
|
||||
{{#swift.encrypt-authtoken}}
|
||||
memcache_security_strategy = ENCRYPT
|
||||
memcache_secret_key = {{swift.hash}}
|
||||
{{/swift.encrypt-authtoken}}
|
||||
{{/swift.proxy-memcache}}
|
||||
|
||||
[filter:keystoneauth]
|
||||
use = egg:swift#keystoneauth
|
||||
|
||||
Reference in New Issue
Block a user