Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/eventlet-safe-memcache-client. Description: Memcached and eventlet is widely used in openstack, but some project like keystone use the python-memcache as the memcached client which is not adapt with eventlet(https://bugs.launchpad.net/keystone/+bug/1020127). So, an eventlet safe memcache client is needed. MemcacheRing in Swift is an excellent client, so move it to openstack-common. Specification URL (additional information): None