From d653dfb972b55fcab3c2e51c028d7cf512ed5783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 31 Jan 2014 13:44:30 +0100 Subject: [PATCH] dashboard: turns off the cache for the moment See: https://github.com/enovance/puppet-cloud/pull/121 --- manifests/dashboard.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/dashboard.pp b/manifests/dashboard.pp index 62a39dfd..8be34f9e 100644 --- a/manifests/dashboard.pp +++ b/manifests/dashboard.pp @@ -86,7 +86,9 @@ class cloud::dashboard( # We force $api_eth to avoid this situation fqdn => $api_eth, bind_address => $api_eth, - cache_server_ip => $api_eth, +# TODO(Gonéri) disabling cache so far: +# https://github.com/enovance/puppet-cloud/pull/121 +# cache_server_ip => $api_eth, swift => true, keystone_url => $keystone_url, django_debug => $debug