summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Bobrov <bbobrov@mirantis.com>2016-07-26 13:28:38 +0300
committerBoris Bobrov <bbobrov@mirantis.com>2016-07-26 13:29:55 +0300
commit619b07dc987c499b3090dfe4bb15a06150b0df0d (patch)
treed8f939fc302a3f7bea7ea8286f951e38e788cfdc
parenta724cf86736765e63dc5593ed24a8a6cc15f65be (diff)
downloadkeystonemiddleware-619b07dc987c499b3090dfe4bb15a06150b0df0d.tar.gz
Fix description of option `cache`
Change-Id: I8f0fcb8ed6c362952db4ac27287dfb32c6033a4b
-rw-r--r--keystonemiddleware/auth_token/_opts.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/keystonemiddleware/auth_token/_opts.py b/keystonemiddleware/auth_token/_opts.py
index bf7e557..2e7ac50 100644
--- a/keystonemiddleware/auth_token/_opts.py
+++ b/keystonemiddleware/auth_token/_opts.py
@@ -62,7 +62,11 @@ _OPTS = [
help='How many times are we trying to reconnect when'
' communicating with Identity API Server.'),
cfg.StrOpt('cache',
- help='Env key for the swift cache.'),
+ help='Request environment key where the Swift cache object is'
+ ' stored. When auth_token middleware is deployed with a Swift'
+ ' cache, use this option to have the middleware share a caching'
+ ' backend with swift. Otherwise, use the ``memcached_servers``'
+ ' option instead.'),
cfg.StrOpt('certfile',
help='Required if identity server requires client certificate'),
cfg.StrOpt('keyfile',