summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
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:*