<div dir="ltr"><div>You should look at the token format you will be using for this setup.<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 17, 2013 at 10:27 PM, Anton Massoud <span dir="ltr"><<a href="mailto:anton.massoud@ericsson.com" target="_blank">anton.massoud@ericsson.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
This is my setup now in keystone.conf<br>
<br>
<br>
[catalog]<br>
driver = keystone.catalog.backends.sql.Catalog<br>
...<br>
[identity]<br>
driver = keystone.identity.backends.sql.Identity<br>
<br>
<br>
I assume this is not to use memcache, right?<br>
<br>
# Dogpile.cache backend module. It is recommended that Memcache<br>
# (dogpile.cache.memcache) or Redis (dogpile.cache.redis) be used in production<br>
# deployments.  Small workloads (single process) like devstack can use the<br>
# dogpile.cache.memory backend.<br>
# backend = keystone.common.cache.noop<br>
<br>
Look that good?<br>
<br>
/Anton<br>
________________________________________<br>
Från: Clint Byrum [<a href="mailto:clint@fewbar.com">clint@fewbar.com</a>]<br>
Skickat: den 17 december 2013 16:25<br>
Till: openstack<br>
Ämne: Re: [Openstack] Keystone active/active<br>
<div class="HOEnZb"><div class="h5"><br>
Excerpts from Anton Massoud's message of 2013-12-17 06:14:36 -0800:<br>
> Hi,<br>
> Could keystone HA active/active?<br>
> Any hints or links how to do that if possible ? Any special setting that is required<br>
<br>
Keystone is basically stateless if configured to use only the SQL and<br>
Memcache backends. Both of those can be made active/active. So just put<br>
a load balancer in front of keystone and point it at an HA database,<br>
and you're good to go.<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></div></blockquote></div><br></div>