[openstack-dev] improving the keystone middleware cache
Chmouel Boudjnah
chmouel at chmouel.com
Mon Aug 13 08:47:45 UTC 2012
On Sat, Aug 11, 2012 at 7:51 AM, Michael Basnight <mbasnight at gmail.com> wrote:
> Yup the last thing i want to do is add a module to _every_ project. I agree with the "as is" approach to a certain extent. If memcache_servers conf value is defined it attempts to import the memcache module. Im sure we can disable cache by default and do the same conditional importation :) sound like that would fit the bill?
Well currently to get caching with the current auth_token
implementation you just need to apt-get/yum install python-memcache
which is much easier than if we had to curl -O
http://url/openstack-common/common_caching_module.py to a PYTHON_PATH.
Chmouel.
More information about the OpenStack-dev
mailing list