Re: [Openstack-operators] How setup multiple memcache servers for Dashboard

2016-09-27 Thread Hauke Bruno Wollentin
Hi Alvise,

you can easily add more memcache nodes like in the other OpenStack services, 
like:

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
 'LOCATION': ['memcache01:11211',
  'memcache02:11211',
  'memcache03:11211',
 ]
},
}


cheers,
hauke

On Dienstag, 27. September 2016 11:57:23 CEST Alvise Dorigo wrote:
> Hi,
> 
> is there a way to make the dashboard using more than one memcached
> server as other components do (e.g. nova, neutron, cinder, with the
> memcached_servers parameter) ?
> 
> thank you,
> 
> 
>   Alvise
> 
> 
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

-- 

signature.asc
Description: This is a digitally signed message part.
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] How setup multiple memcache servers for Dashboard

2016-09-27 Thread Alvise Dorigo

Hi,

is there a way to make the dashboard using more than one memcached
server as other components do (e.g. nova, neutron, cinder, with the
memcached_servers parameter) ?

thank you,


 Alvise


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators