dashboard: turns off the cache for the moment

See: https://github.com/enovance/puppet-cloud/pull/121
This commit is contained in:
Gonéri Le Bouder
2014-01-31 13:44:30 +01:00
parent 113b315dfb
commit d653dfb972

View File

@@ -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