You should look at the token format you will be using for this setup. On Tue, Dec 17, 2013 at 10:27 PM, Anton Massoud <anton.massoud at ericsson.com>wrote: > > Hi, > This is my setup now in keystone.conf > > > [catalog] > driver = keystone.catalog.backends.sql.Catalog > ... > [identity] > driver = keystone.identity.backends.sql.Identity > > > I assume this is not to use memcache, right? > > # Dogpile.cache backend module. It is recommended that Memcache > # (dogpile.cache.memcache) or Redis (dogpile.cache.redis) be used in > production > # deployments. Small workloads (single process) like devstack can use the > # dogpile.cache.memory backend. > # backend = keystone.common.cache.noop > > Look that good? > > /Anton > ________________________________________ > Från: Clint Byrum [clint at fewbar.com] > Skickat: den 17 december 2013 16:25 > Till: openstack > Ämne: Re: [Openstack] Keystone active/active > > Excerpts from Anton Massoud's message of 2013-12-17 06:14:36 -0800: > > Hi, > > Could keystone HA active/active? > > Any hints or links how to do that if possible ? Any special setting that > is required > > Keystone is basically stateless if configured to use only the SQL and > Memcache backends. Both of those can be made active/active. So just put > a load balancer in front of keystone and point it at an HA database, > and you're good to go. > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131217/af4034e9/attachment.html>