Coordinate distributed systems.
Go to file
Joshua Harlow fd730c42a3 Have examples run in the py27 environment and make them work
It is great to ensure that the examples that tooz has actually run
during testing time, so enable this as well as adjust the examples
to create unique group ids and run for a limited amount of time instead
of running forever (and fix a few other brokeness)...

Change-Id: I573cf5946a1d3f13862c0c28cf3a5d7fc6178873
2014-09-19 11:57:56 -07:00
doc/source Add doc8 to the py27 test running 2014-09-16 16:44:41 -07:00
examples Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
tooz Merge "Fix the comment which was borrowed from the IPC driver" 2014-09-18 18:05:07 +00:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Added .gitreview 2013-12-04 00:18:35 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
openstack-common.conf Use the more reliable sysv_ipc instead of posix_ipc+lockutils 2014-09-16 11:27:39 -07:00
requirements.txt Use the more reliable sysv_ipc instead of posix_ipc+lockutils 2014-09-16 11:27:39 -07:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-test-env.sh Only start zookeeper/memcached when not already running 2014-09-15 19:49:38 -07:00
setup.cfg Move Zake driver code to separated Python module 2014-09-05 11:13:03 -07:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Let zake act as a in-memory fully functional driver 2014-09-15 16:38:11 -07:00
tox.ini Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00

README.rst

tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.