Remove link to kazoo eventlet handler

This special pypi package and link is no longer
needed since kazoo itself has a in-tree supported
eventlet handler that can now be used instead.

Change-Id: I8587e22bfc13c9c5d76971cd5ff94c0cf93b6d93
This commit is contained in:
Joshua Harlow 2015-04-17 21:04:24 -07:00
parent fd8bf5dd60
commit 18d3cd1567

View File

@ -200,7 +200,7 @@ Additional *configuration* parameters:
* ``handler``: a class that provides ``kazoo.handlers``-like interface; it will
be used internally by `kazoo`_ to perform asynchronous operations, useful
when your program uses eventlet and you want to instruct kazoo to use an
eventlet compatible handler (such as the `eventlet handler`_).
eventlet compatible handler.
.. note::
@ -278,5 +278,4 @@ Hierarchy
.. _paradigm shift: https://wiki.openstack.org/wiki/TaskFlow/Paradigm_shifts#Workflow_ownership_transfer
.. _zookeeper: http://zookeeper.apache.org/
.. _kazoo: http://kazoo.readthedocs.org/
.. _eventlet handler: https://pypi.python.org/pypi/kazoo-eventlet-handler/
.. _stevedore: http://stevedore.readthedocs.org/