Fix typo on cache backend module
The correct module is 'dogpile.cache.memcached' and not 'dogpile.cache.memcache'. Change-Id: Ie452c95dab4fcd04f65f6378c735490ee8cf4c70
This commit is contained in:
parent
eb8fafe2f8
commit
b8bbab7902
@ -520,7 +520,7 @@
|
||||
#expiration_time=600
|
||||
|
||||
# Dogpile.cache backend module. It is recommended that
|
||||
# Memcache (dogpile.cache.memcache) or Redis
|
||||
# Memcache (dogpile.cache.memcached) or Redis
|
||||
# (dogpile.cache.redis) be used in production deployments.
|
||||
# Small workloads (single process) like devstack can use the
|
||||
# dogpile.cache.memory backend. (string value)
|
||||
|
@ -251,7 +251,7 @@ FILE_OPTIONS = {
|
||||
# backend.
|
||||
cfg.StrOpt('backend', default='keystone.common.cache.noop',
|
||||
help='Dogpile.cache backend module. It is recommended '
|
||||
'that Memcache (dogpile.cache.memcache) or Redis '
|
||||
'that Memcache (dogpile.cache.memcached) or Redis '
|
||||
'(dogpile.cache.redis) be used in production '
|
||||
'deployments. Small workloads (single process) '
|
||||
'like devstack can use the dogpile.cache.memory '
|
||||
|
Loading…
x
Reference in New Issue
Block a user