Merge "Swift proxy memcache authtoken additions"

This commit is contained in:
Jenkins
2015-01-14 03:06:14 +00:00
committed by Gerrit Code Review

View File

@@ -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