summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-03-02 15:31:54 +0000
committerJesse Andrews <anotherjesse@gmail.com>2012-03-09 21:06:43 -0800
commitb5c8b3a81911491c97ee95e741c75ffd269f382a (patch)
tree123c45ce65859fe26548f9bc2a327ec7b22ec31e /doc/source
parente05bc6a6edeee5e1430e6c36fb38c911821800f5 (diff)
downloadkeystone-b5c8b3a81911491c97ee95e741c75ffd269f382a.tar.gz
keystone-b5c8b3a81911491c97ee95e741c75ffd269f382a.tar.xz
keystone-b5c8b3a81911491c97ee95e741c75ffd269f382a.zip
Add token caching via memcache.
- Fixes bug 938253 - caching requires both python-memcache and iso8601 Change-Id: I23d5849aad4c6a2333b903eaca6d4f00be8615d3
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/nova-api-paste.rst2
-rw-r--r--doc/source/old/middleware.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/nova-api-paste.rst b/doc/source/nova-api-paste.rst
index 879cd4a7..d6567144 100644
--- a/doc/source/nova-api-paste.rst
+++ b/doc/source/nova-api-paste.rst
@@ -140,4 +140,4 @@ nova-api-paste example
;identical to the admin token defined in keystone.conf
admin_token = 999888777666
;Uncomment next line and check ip:port to use memcached to cache token requests
- ;memcache_hosts = 127.0.0.1:11211
+ ;memcache_servers = 127.0.0.1:11211
diff --git a/doc/source/old/middleware.rst b/doc/source/old/middleware.rst
index f5582c79..fd415813 100644
--- a/doc/source/old/middleware.rst
+++ b/doc/source/old/middleware.rst
@@ -93,7 +93,7 @@ a WSGI component. Example for the auth_token middleware::
auth_uri = http://127.0.0.1:5000/
admin_token = 999888777666
;Uncomment next line and check ip:port to use memcached to cache token requests
- ;memcache_hosts = 127.0.0.1:11211
+ ;memcache_servers = 127.0.0.1:11211
*The required configuration entries are:*