Morgan Fainberg d3ea49e53d Set a floor on the python-memcache library
python-memcache prior to version 1.48 will leak memory due to always
caching cas ids (compare and set) and with nothing designed to clean
it up.  In 1.48 it was changed to require a boolean argument 'cache_cas'
on init to enable the cas id caching.  In the case of keystone, we rely
on the cache_cas argument and cas functionality.  Ideally, all uses of
memcache should use later than 1.47 to prevent the memory leaking of
cas id caching.

Change-Id: Ide780e30a8243cd5fcc693515ffd84dfea3a3467
2013-10-21 14:54:57 -07:00
2012-08-06 17:05:39 -05:00
2013-09-24 12:43:54 +01:00
2013-09-30 17:15:56 -04:00
2013-09-21 13:40:43 -07:00

Global dependencies for OpenStack Projects

To use this, run:

python update.py path/to/project

Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.

Description
Global requirements for OpenStack
Readme 121 MiB
Languages
Python 89.8%
Shell 10.2%