6 Commits

Author SHA1 Message Date
ChangBo Guo(gcb)
bfbee9fc9f Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: I10fbc4cb80d53d4bf5b8b6365c7472b7706d46b2
2016-11-03 15:09:51 +08:00
Lucas Alvares Gomes
d3b82b7d59 Add .tox, *.pyo and *.egg to .gitignore
Closes-Bug: #1543978
Change-Id: I22d5562994696f287c07c73de59303108e7928b6
2016-02-10 10:23:12 +00:00
Julien Danjou
d2529173ec etcd: driver with lock support
Change-Id: Ibac90b9b2a751eb4f502e2f8b723e5608dcaad18
2015-12-29 10:02:05 +01:00
Gorka Eguileor
c5bda8229d Update .gitignore
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
2015-07-17 13:24:59 +02:00
Julien Danjou
df43a0f626 Add pbr generated and testr files to gitignore
These files are either generated by pbr on build or used by the test
suite. Ignore them.

Change-Id: I2be0a6a0b8249dc76296552ab2ee05d4b9fb6c7c
2014-03-06 11:54:28 +01: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