Merge "Add cache=swift.cache for authtoken example."

This commit is contained in:
Jenkins 2013-02-27 16:10:57 +00:00 committed by Gerrit Code Review
commit a06c71c624
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ add the configuration for the authtoken middleware::
admin_tenant_name = service admin_tenant_name = service
admin_user = swift admin_user = swift
admin_password = password admin_password = password
cache = swift.cache
The actual values for these variables will need to be set depending on The actual values for these variables will need to be set depending on
your situation. For more information, please refer to the Keystone your situation. For more information, please refer to the Keystone

View File

@ -160,6 +160,7 @@ user_test_tester3 = testing3
# admin_user = swift # admin_user = swift
# admin_password = password # admin_password = password
# delay_auth_decision = 1 # delay_auth_decision = 1
# cache = swift.cache
# #
# [filter:keystoneauth] # [filter:keystoneauth]
# use = egg:swift#keystoneauth # use = egg:swift#keystoneauth