From: Giulio Fidente Date: Thu, 15 Oct 2015 15:07:47 +0000 (+0200) Subject: Set Django cache backend to Memcached instead of LocMemCache X-Git-Tag: opnfv-6.0.0~2350 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b6623b43966a74b729e6d2252e1b051b2ac748c0;p=apex-tripleo-heat-templates.git Set Django cache backend to Memcached instead of LocMemCache Change-Id: Ia2079fc3e350cc677811ebb970cd2b306d6e7040 --- diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 90c2705f..b659ed78 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -90,6 +90,7 @@ pacemaker::resource_defaults::defaults: resource-stickiness: { value: INFINITY } # horizon +horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache horizon::django_session_engine: 'django.contrib.sessions.backends.cache' # mysql