From b5c8b3a81911491c97ee95e741c75ffd269f382a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 2 Mar 2012 15:31:54 +0000 Subject: Add token caching via memcache. - Fixes bug 938253 - caching requires both python-memcache and iso8601 Change-Id: I23d5849aad4c6a2333b903eaca6d4f00be8615d3 --- doc/source/nova-api-paste.rst | 2 +- doc/source/old/middleware.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source') 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:* -- cgit