diff --git a/elements/horizon/os-apply-config/etc/horizon/local_settings.py b/elements/horizon/os-apply-config/etc/horizon/local_settings.py index 7cac2bfc0..26aec978f 100644 --- a/elements/horizon/os-apply-config/etc/horizon/local_settings.py +++ b/elements/horizon/os-apply-config/etc/horizon/local_settings.py @@ -56,6 +56,10 @@ CACHES = { } } +{{#horizon.caches.memcached}} +SESSION_ENGINE = 'django.contrib.sessions.backends.cache' +{{/horizon.caches.memcached}} + # Send email to the console by default EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'