summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:13 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-24 19:10:25 +0800
commita64282d91364551ec60a8bfbf602acc36f190501 (patch)
treea7130fe5e2d3dafb0d9905eceaf9e50767a3264a
parent4a46079d0a2f25e91a3631c940d3b842c80d0b3e (diff)
downloadoslo-rootwrap-a64282d91364551ec60a8bfbf602acc36f190501.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I80c0661599c18e01b5a51444423513f99084e3e8 Closes-Bug: #1826195
-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 8984d69..698a6b7 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,6 @@ as `root` from OpenStack services.
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/oslo.rootwrap/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.rootwrap
+* Source: https://opendev.org/openstack/oslo.rootwrap
* Bugs: https://bugs.launchpad.net/oslo.rootwrap
* Release notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/
diff --git a/tox.ini b/tox.ini
index 894d265..43cffb1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
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
-r{toxinidir}/requirements.txt
# Functional tests with Eventlet involve monkeypatching, so force them to be