[Openstack-operators] Keystone + memcache

Juan José Pavlik Salles jjpavlik at gmail.com
Wed Jun 19 20:02:29 UTC 2013


Awesome!!! thanks Jay!

2013/6/19 Jay Pipes <jaypipes at gmail.com>:
> [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
>>
>
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators



-- 
Pavlik Salles Juan José



More information about the OpenStack-operators mailing list