Add cache=swift.cache for authtoken example.

- Things swill go badly with swift if we leave the default to authtoken
  to use its own memcache cache connection based python-memcache c based
  binding.

Change-Id: I293b875acdcb06e5a7a0cfa9a9bb5d7678675da0
This commit is contained in:
Chmouel Boudjnah 2013-02-21 22:58:27 +01:00
parent e88ff34685
commit e69f3bef8f
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_user = swift
admin_password = password
cache = swift.cache
The actual values for these variables will need to be set depending on
your situation. For more information, please refer to the Keystone

View File

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