summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:44:34 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-24 19:16:55 +0800
commit21efbe41cf4bb11617ccf6a3f64333d6db7407b5 (patch)
treefa2b47f33b596692a7504aaf985c4e0a6100e146
parentab14eb4fb481bcee653cc2cee6eef9ad3e4a13ed (diff)
downloadpython-keystoneclient-21efbe41cf4bb11617ccf6a3f64333d6db7407b5.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ifdc21541715cc03b0f6eac5a27a7ee3009d53046 Closes-Bug: #1826197
-rw-r--r--README.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d4bac5d..6b27711 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ OpenStack's Identity Service. For command line interface support, use
.. _Launchpad project: https://launchpad.net/python-keystoneclient
.. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient
.. _Bugs: https://bugs.launchpad.net/python-keystoneclient
-.. _Source: https://git.openstack.org/cgit/openstack/python-keystoneclient
+.. _Source: https://opendev.org/openstack/python-keystoneclient
.. _OpenStackClient: https://pypi.org/project/python-openstackclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/keystone-specs/
diff --git a/tox.ini b/tox.ini
index c3a47df..43401c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
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 = find . -type f -name "*.pyc" -delete