.coveragerc
.stestr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
bindep.txt
requirements.txt
run-examples.sh
run-tests.sh
setup-consul-env.sh
setup-etcd-env.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/install/index.rst
doc/source/reference/index.rst
doc/source/user/compatibility.rst
doc/source/user/drivers.rst
doc/source/user/history.rst
doc/source/user/index.rst
doc/source/user/tutorial/coordinator.rst
doc/source/user/tutorial/group_membership.rst
doc/source/user/tutorial/hashring.rst
doc/source/user/tutorial/index.rst
doc/source/user/tutorial/leader_election.rst
doc/source/user/tutorial/lock.rst
doc/source/user/tutorial/partitioner.rst
examples/coordinator.py
examples/coordinator_heartbeat.py
examples/group_membership.py
examples/group_membership_watch.py
examples/hashring.py
examples/leader_election.py
examples/lock.py
examples/partitioner.py
playbooks/stop-redis.yaml
releasenotes/notes/add-reno-996dd44974d53238.yaml
releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
releasenotes/notes/etcd3-group-support-b039cf19f4a268a3.yaml
releasenotes/notes/etcd3gw-group-support-598832a8764a8aa6.yaml
releasenotes/notes/hashring-0470f9119ef63d49.yaml
releasenotes/notes/join_group_create-5095ec02e20c7242.yaml
releasenotes/notes/partitioner-4005767d287dc7c9.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/compat-matrix.py
tooz/__init__.py
tooz/_retry.py
tooz/coordination.py
tooz/hashring.py
tooz/locking.py
tooz/partitioner.py
tooz/utils.py
tooz.egg-info/PKG-INFO
tooz.egg-info/SOURCES.txt
tooz.egg-info/dependency_links.txt
tooz.egg-info/entry_points.txt
tooz.egg-info/not-zip-safe
tooz.egg-info/pbr.json
tooz.egg-info/requires.txt
tooz.egg-info/top_level.txt
tooz/drivers/__init__.py
tooz/drivers/consul.py
tooz/drivers/etcd.py
tooz/drivers/etcd3.py
tooz/drivers/etcd3gw.py
tooz/drivers/file.py
tooz/drivers/ipc.py
tooz/drivers/memcached.py
tooz/drivers/mysql.py
tooz/drivers/pgsql.py
tooz/drivers/redis.py
tooz/drivers/zake.py
tooz/drivers/zookeeper.py
tooz/tests/__init__.py
tooz/tests/test_coordination.py
tooz/tests/test_etcd.py
tooz/tests/test_hashring.py
tooz/tests/test_memcache.py
tooz/tests/test_mysql.py
tooz/tests/test_partitioner.py
tooz/tests/test_postgresql.py
tooz/tests/test_utils.py
tooz/tests/drivers/__init__.py
tooz/tests/drivers/test_file.py