Revert "[horizon-k8s] comment memcache configuration"
This reverts commit 41345c8271
.
Reason for revert: Original issue was caused because python3-memcache was not provided anymore inside the ROCK. Commenting configuration introduces an other regression. A new version of the ROCK was published with python3-memcache.
Change-Id: I90455ca40465fad347894cd8729bde9fa31adefa
This commit is contained in:
parent
41345c8271
commit
bfe6e01fca
@ -145,12 +145,12 @@ SECRET_KEY = "{{ options.secret }}"
|
||||
# of the django development server, you will have to login again. To use
|
||||
# memcached set CACHES to something like
|
||||
|
||||
#CACHES = {
|
||||
# 'default': {
|
||||
# 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
# 'LOCATION': '127.0.0.1:11211',
|
||||
# },
|
||||
#}
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
'LOCATION': '127.0.0.1:11211',
|
||||
},
|
||||
}
|
||||
{% if database.database_host -%}
|
||||
SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
|
||||
DATABASES = {
|
||||
|
Loading…
Reference in New Issue
Block a user