Set Django cache backend to Memcached instead of LocMemCache
authorGiulio Fidente <gfidente@redhat.com>
Thu, 15 Oct 2015 15:07:47 +0000 (17:07 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 15 Oct 2015 15:07:47 +0000 (17:07 +0200)
Change-Id: Ia2079fc3e350cc677811ebb970cd2b306d6e7040

puppet/hieradata/controller.yaml

index 90c2705..b659ed7 100644 (file)
@@ -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