Replace openstack.org URLs with opendev.org URLs
Change-Id: I6fd9aab03f92a7834909a1c20964b72226710b50
This commit is contained in:
parent
ccb4531b49
commit
73c8b17c67
@ -15,5 +15,5 @@ implementation.
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://github.com/openstack/rsd-lib/blob/master/doc/source/reference/usage.rst
|
* Documentation: https://github.com/openstack/rsd-lib/blob/master/doc/source/reference/usage.rst
|
||||||
* Source: http://git.openstack.org/cgit/openstack/rsd-lib
|
* Source: https://opendev.org/x/rsd-lib
|
||||||
* Bugs: https://launchpad.net/python-rsdclient
|
* Bugs: https://launchpad.net/python-rsdclient
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://git.openstack.org/cgit/openstack/rsd-lib
|
home-page = https://opendev.org/x/rsd-lib
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ setenv =
|
|||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
deps =
|
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}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = python setup.py test --slowest --testr-args='{posargs}'
|
commands = python setup.py test --slowest --testr-args='{posargs}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user