[Openstack-operators] Keystone + memcache

Jay Pipes jaypipes at gmail.com
Wed Jun 19 19:49:17 UTC 2013


[memcache]
servers = 172.19.136.1:11211

Best,
-jay

On 06/19/2013 03:31 PM, Juan José Pavlik Salles wrote:
> Hi guys, i'm trying to make keystone work with memcache but i can't
> find the right config option. I've tried using memcache_servers =
> 172.19.136.1:11211 but it doesn't work, it always uses localhost, so i
> changed line 30 of memcache.py like this:
>
> Before:
> config.register_str('servers', group='memcache', default='localhost:11211')
>
>
> After:
> config.register_str('servers', group='memcache', default='172.19.136.1:11211')
>
> That works great, but i don't like touching source files, i rather use
> config files for this things. Does anyone know the right option to add
> in keystone.conf? Thanks!
>
> --
> Pavlik Salles Juan José
>
> _______________________________________________
> 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