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
> [email protected]
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to