Remove configuration references to eventlet

There were still a couple references remaining for using keystone
under eventlet. These are no longer applicable since keystone is
no longer supported under eventlet.

Change-Id: If6d2013cc2396d6d1df43f7f2091b5fa02115ca4
This commit is contained in:
Eric Brown 2016-07-28 14:04:28 -07:00
parent d07f59ff38
commit fc924f8e44
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
--------------
@ -523,12 +514,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