dashboard: turns off the cache for the moment
See: https://github.com/enovance/puppet-cloud/pull/121
This commit is contained in:
@@ -86,7 +86,9 @@ class cloud::dashboard(
|
|||||||
# We force $api_eth to avoid this situation
|
# We force $api_eth to avoid this situation
|
||||||
fqdn => $api_eth,
|
fqdn => $api_eth,
|
||||||
bind_address => $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,
|
swift => true,
|
||||||
keystone_url => $keystone_url,
|
keystone_url => $keystone_url,
|
||||||
django_debug => $debug
|
django_debug => $debug
|
||||||
|
Reference in New Issue
Block a user