[Openstack-operators] How setup multiple memcache servers for Dashboard
Hauke Bruno Wollentin
hauke-bruno.wollentin at innovo-cloud.de
Tue Sep 27 10:41:01 UTC 2016
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 at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20160927/c2672fc2/attachment.pgp>
More information about the OpenStack-operators
mailing list