Commit Graph

9 Commits

Author SHA1 Message Date
caoyuan 96633f3b92 Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove unncessary "=="

Change-Id: I788df8332b620cd914c9c5cffdd88e2dcf31e045
2019-05-22 14:58:13 +08:00
XiaojueGuan c3d5183317 Add release note link in README
Change-Id: I5a2a9cbc1060b847bb7459365c33d06ba8951b1a
2018-06-29 18:13:24 +00:00
melissaml 96ce23ad12 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I8c515aa5662e020c76672a45555dfa6572267604
2018-04-21 05:07:07 +08:00
ChangBo Guo(gcb) c2167820c8 Update URLs in documents according to document migration
Change-Id: I579b62a46f484e0129f88b12d1e16018cc9c7684
2017-07-13 12:09:43 +08:00
fuzk 5946fef119 http->https for security
Change-Id: I7eb7d3aff82970913cb7dd618754863ac661a447
2017-04-19 19:10:58 -07:00
Joshua Harlow b74d70968f Switch badges from 'pypip.in' to 'shields.io'
The badge hosting at 'pypip.in' has been broken for a while
now, it was supposed to be fixed in the following PR(s):

- https://github.com/badges/pypipins/issues/39
- https://github.com/badges/pypipins/issues/38
- https://github.com/badges/pypipins/issues/37

That does not appear to have actually happened and/or is not
getting addressed, so switch to a more reliable badge hosting
site that provides the same badge information.

Change-Id: I2c7ccc4885dcaaf5b3fa83c61ccbdc3097d42816
2015-06-11 20:44:26 -07:00
Joshua Harlow 06f633a415 Add pypi download + version badges
Change-Id: Ic181f19db09994754418ae3ac9bd19199fd0bbca
2015-04-05 10:11:23 -07:00
Joshua Harlow 74a85505c4 README.rst tweaks
Add the links that other oslo projects
README.rst have so that new people to oslo
and tooz can find where to go.

Change-Id: I81cae059763540bced5cbae428baa3aa7799aa66
2014-12-18 23:45:05 -08: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