<div dir="ltr"><span style="font-size:12.8px">> How do you handle database high availability and replication?</span><br><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Especially in my case, I don't care about tokens which will be lost after first keystone server dies. My services can authenticate again and get new tokens. It isn't critical. But if in your case it isn't acceptable then I would have used fernet tokens on your place (but they are a little bit bigger than uuid tokens). If you need small tokens, fast checks and you can't lose tokens then I would have used MariaDB Galera Cluster for the token replication.</span><br></div><div><span style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 30, 2016 at 3:41 PM, Clint Byrum <span dir="ltr"><<a href="mailto:clint@fewbar.com" target="_blank">clint@fewbar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Alexandr Porunov's message of 2016-09-20 17:09:06 +0300:<br>
<span class="">> Hello everyone,<br>
><br>
> Thank you all for your advice!<br>
> In my case one keystone server can easily hold a load. I don't need to<br>
> balance a load between two or more keystone servers. However I need two<br>
> keystone servers for high availability. So, I decided just to use two<br>
> keystone servers with the same virtual IP address.<br>
> Pros:<br>
> - I can easily configure HA<br>
> - I don't need to use a master/master replication for a database.<br>
<br>
</span>How do you handle database high availability and replication?<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>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" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
</div></div></blockquote></div><br></div>