From 73c8b17c676c510931255fc1f67b9bfe26baa95d Mon Sep 17 00:00:00 2001 From: "huang.weidong" Date: Thu, 9 May 2019 19:19:17 +0800 Subject: [PATCH] Replace openstack.org URLs with opendev.org URLs Change-Id: I6fd9aab03f92a7834909a1c20964b72226710b50 --- README.rst | 2 +- setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 76a9215..1e90b12 100644 --- a/README.rst +++ b/README.rst @@ -15,5 +15,5 @@ implementation. * Free software: Apache license * 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 diff --git a/setup.cfg b/setup.cfg index 9913818..5ffa341 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack 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 = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/tox.ini b/tox.ini index bab62c8..a2bf1c4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning 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}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}'