[Openstack-operators] havana keystone and memcache tokens

Kieran Spear kispear at gmail.com
Sun Oct 27 22:20:02 UTC 2013


On 26 October 2013 09:56, John Dewey <john at dewey.ws> wrote:
> Has anyone configured havana keystone with memcached.  It looks to be
> configured much differently than grizzly.
>
> I am looking at the docs [1], but am running into issues.  Keystone does not
> parse the URL.  Returns an error about the port needing specified, however,
> no matter which options I pass to URL it doesn’t seem to work.
>
> The config looks as follows:
>
> [token]
> driver = keystone.token.backends.memcache.Token
>
> [cache]
> backend = dogpile.cache.memcached
> backend_argument = url:10.10.10.26

The dogpile caching is a separate high-level caching layer, so AFAIK
the above configuration doesn't apply to the token backend.

I think the config option you need is:

[memcache]
servers = 127.0.0.1:11211

Cheers,
Kieran

>
>
> [1] http://docs.openstack.org/developer/keystone/_sources/configuration.txt
>
> John
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>



More information about the OpenStack-operators mailing list