Replace git.openstack.org URLs with opendev.org URLs

1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove unncessary "=="
3. Update some URLs to latest

Change-Id: I57998a8923473eb4e139b5fb29f340951478e685
This commit is contained in:
jacky06 2019-04-23 13:44:34 +08:00
parent 2de25b5f64
commit 4f73d5cbe9
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
===============================
=====================
python-masakariclient
===============================
=====================
masakariclient module and a CLI tool for masakari
@ -10,8 +10,8 @@ Note that this is a hard requirement.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/python-masakariclient
* Source: http://git.openstack.org/cgit/openstack/python-masakariclient
* Bugs: http://bugs.launchpad.net/python-masakariclient
* Source: https://opendev.org/openstack/python-masakariclient
* Bugs: https://bugs.launchpad.net/python-masakariclient
Features
--------

View File

@ -4,7 +4,7 @@
contain the root `toctree` directive.
Welcome to python-masakariclient's documentation!
========================================================
=================================================
Contents:

View File

@ -1,6 +1,6 @@
========
=====
Usage
========
=====
To use python-masakariclient in a project::

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
whitelist_externals = bash
find