The release management team have indicated this is their preferred way
to collect release notes in future.
Closes-Bug: #1634356
Change-Id: I10fbc4cb80d53d4bf5b8b6365c7472b7706d46b2
This adds new entries to .gitignore so that we:
- Ignore all hidden files in the project root directory with some exceptions
- Ignore vim temporary files
- Ignore coverage files (not configuration)
Change-Id: Ib8ca21452ca619b6d4429017bb898597609c0dbd
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