Commit Graph

6 Commits

Author SHA1 Message Date
wangjiaqi07 91e3160b5d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py

Change-Id: I21a8de2134f359bf45c34d298e10891b68257992
2023-08-08 17:15:17 +08:00
OpenStack Proposal Bot cc729345a5 Updated from global requirements
Change-Id: Iedea200bc9fb9244713d7227b8305055a0424ea5
2015-09-17 12:17:45 +00:00
OpenStack Proposal Bot 77bb9f8a92 Updated from global requirements
Change-Id: I7c37110bad21174223bd724ae96b0d6649cc37d6
2015-07-15 01:38:34 +00:00
OpenStack Proposal Bot c6e75071e7 Updated from global requirements
Change-Id: Icad28c2b80bd8a68b1a4d679b9194dee41824434
2015-06-22 08:29:01 +00:00
OpenStack Proposal Bot 5b77b96761 Updated from global requirements
Change-Id: Ieac4354608ba0d60b51f782d15c5d94297ae63e7
2015-02-05 20:20:17 +00:00
Yassine Lamgarchal d1e094f61c First commit of Tooz
For now Tooz is composed of a simple API and use ZooKeeper
as the first backend.

The current API provide the group membership protocol like
'servicegroup' in Nova, we enriched it by adding the notion
of capabilities. The API is currently synchronous, we plan to
design an asynchronous one. The notification mechanism is not yet
available. Please read the associated blueprint for more details:
https://wiki.openstack.org/wiki/Oslo/blueprints/service-sync

All new backends must implement api.CoordinationDriver and
validate the unit tests. Tooz will provide a unique unit-tests suite
which will be run against all backends.

Change-Id: I4e4cefb52cf6c39a3f6ba35ab1d4ef34a77b5811
2013-12-19 12:18:35 +01:00