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

Change-Id: Id0d2722822207f499a4980e4bc149e8b25e243c8
This commit is contained in:
jacky06 2019-04-23 13:25:34 +08:00 committed by zhulingjie
parent e46976c02f
commit a022fbe382
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
oslo.versionedobjects Style Commandments
======================================================
========================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -7,9 +7,9 @@ Team and repository tags
.. Change things from this point on
===================================
=====================
oslo.versionedobjects
===================================
=====================
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
:target: https://pypi.org/project/oslo.versionedobjects/
@ -27,6 +27,6 @@ upgrade compatibility across distributed services.
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Source: http://opendev.org/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
* Release notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/

View File

@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project.
project = u'oslo.versionedobjects'
copyright = u'2014, OpenStack Foundation'
source_tree = 'http://git.openstack.org/cgit/openstack/%s/tree' % project
source_tree = 'https://opendev.org/openstack/%s' % project
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True

View File

@ -10,7 +10,7 @@ upgrade compatibility across distributed services.
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Source: https://opendev.org/openstack/oslo.versionedobjects
* Bugs: https://bugs.launchpad.net/oslo.versionedobjects
----

View File

@ -8,7 +8,7 @@ setenv =
BRANCH_NAME=master
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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}