From e69f3bef8f715d8ea0eb8d571664c3493eae1502 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 21 Feb 2013 22:58:27 +0100 Subject: [PATCH] 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 --- doc/source/overview_auth.rst | 1 + etc/proxy-server.conf-sample | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst index ee0f3fb85d..a042593642 100644 --- a/doc/source/overview_auth.rst +++ b/doc/source/overview_auth.rst @@ -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 diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index 3f5ddcec09..7f2f2cb1ff 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -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