[Openstack-operators] Keystone + memcache

Juan José Pavlik Salles jjpavlik at gmail.com
Wed Jun 19 19:31:56 UTC 2013


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é



More information about the OpenStack-operators mailing list