Update memcached configuration help text
The configuration help text for memcache_servers referenced applicable backends and one of them was `dogpile.cache.memcache` instead of `dogpile.cache.memcached`, which is the appropriate value according to the help text for `backend`. Change-Id: I9b1e7bebb74871e123da9930d6bbf63a4e35655c
This commit is contained in:
parent
f67262f0e7
commit
ca13430db5
@ -75,7 +75,7 @@ FILE_OPTIONS = {
|
||||
'to false.'),
|
||||
cfg.ListOpt('memcache_servers', default=['localhost:11211'],
|
||||
help='Memcache servers in the format of "host:port".'
|
||||
' (dogpile.cache.memcache and oslo_cache.memcache_pool'
|
||||
' (dogpile.cache.memcached and oslo_cache.memcache_pool'
|
||||
' backends only).'),
|
||||
cfg.IntOpt('memcache_dead_retry',
|
||||
default=5 * 60,
|
||||
|
Loading…
x
Reference in New Issue
Block a user