Merge "Remove configuration references to eventlet"

This commit is contained in:
Jenkins 2016-08-03 14:25:30 +00:00 committed by Gerrit Code Review
commit b79e08b9bc
1 changed files with 0 additions and 15 deletions

View File

@ -403,15 +403,6 @@ The drivers Keystone provides are:
:class:`keystone.token.persistence.backends.memcache.Token`
.. WARNING::
It is recommended you use the ``memcache_pool`` backend instead of
``memcache`` as the token persistence driver if you are deploying Keystone
under eventlet instead of Apache httpd with ``mod_wsgi``. This
recommendation is due to known issues with the use of ``thread.local``
under eventlet that can allow the leaking of memcache client objects and
consumption of extra sockets.
Token Provider
--------------
@ -525,12 +516,6 @@ disabled.
consistent or reliable when using ``Keystone`` and the
``dogpile.cache.memory`` backend under any real workload.
.. WARNING::
Do not use ``dogpile.cache.memcached`` backend if you are deploying
Keystone under eventlet. There are known issues with the use of
``thread.local`` under eventlet that can allow the leaking of
memcache client objects and consumption of extra sockets.
* ``expiration_time`` - int, the default length of time to cache a specific
value. A value of ``0`` indicates to not cache anything. It is recommended
that the ``enabled`` option be used to disable cache instead of setting this