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
This commit is contained in:
caoyuan 2019-04-23 19:40:14 +08:00
parent 8207427fff
commit 96633f3b92
6 changed files with 15 additions and 15 deletions

View File

@ -15,7 +15,7 @@ a coordination API helping developers to build distributed applications.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/tooz/latest/ * Documentation: https://docs.openstack.org/tooz/latest/
* Source: https://git.openstack.org/cgit/openstack/tooz * Source: https://opendev.org/openstack/tooz
* Bugs: https://bugs.launchpad.net/python-tooz/ * Bugs: https://bugs.launchpad.net/python-tooz/
* Release notes: https://docs.openstack.org/releasenotes/tooz * Release notes: https://docs.openstack.org/releasenotes/tooz

View File

@ -1,6 +1,6 @@
============================================================= =========================================
Tooz -- Distributed System Helper Library Tooz -- Distributed System Helper Library
============================================================= =========================================
The Tooz project aims at centralizing the most common distributed primitives The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing like group membership protocol, lock service and leader election by providing

View File

@ -34,7 +34,7 @@ http://pypi.python.org/pypi/tooz
Source Code Source Code
=========== ===========
The source is hosted on the OpenStack infrastructure: https://git.openstack.org/cgit/openstack/tooz/ The source is hosted on the OpenStack infrastructure: https://opendev.org/openstack/tooz/
Reporting Bugs Reporting Bugs
============== ==============

View File

@ -1,6 +1,6 @@
======================= ======================
Creating A Coordinator Creating A Coordinator
======================= ======================
The principal object provided by tooz is the *coordinator*. It allows you to The principal object provided by tooz is the *coordinator*. It allows you to
use various features, such as group membership, leader election or use various features, such as group membership, leader election or

View File

@ -1,9 +1,9 @@
===================== ================
Group Membership Group Membership
===================== ================
Basic operations Basic operations
=================== ================
One of the feature provided by the coordinator is the ability to handle One of the feature provided by the coordinator is the ability to handle
group membership. Once a group is created, any coordinator can join the group membership. Once a group is created, any coordinator can join the

View File

@ -1,6 +1,6 @@
===================================== ==============================
Using Tooz in Your Application Using Tooz in Your Application
===================================== ==============================
This tutorial is a step-by-step walk-through demonstrating how to This tutorial is a step-by-step walk-through demonstrating how to
use tooz in your application. use tooz in your application.