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:
Lance Bragstad 2019-09-03 20:14:48 +00:00
parent f67262f0e7
commit ca13430db5
1 changed files with 1 additions and 1 deletions

View File

@ -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,