Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ieb7ea6c0d9d825d05388201d481fe6619df6e286
diff --git a/HACKING.rst b/HACKING.rst
index cd3c49c..3392185 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
openstack Style Commandments
-===============================================
+============================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
diff --git a/README.rst b/README.rst
index e90f0bb..e02e663 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-===============================
-openstack
-===============================
+=======================
+keystone-tempest-plugin
+=======================
Tempest plugin keystone_tempest_plugin
@@ -12,5 +12,5 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/keystone/latest/
-* Source: http://git.openstack.org/cgit/openstack/keystone-tempest-plugin
+* Source: http://opendev.org/openstack/keystone-tempest-plugin
* Bugs: http://bugs.launchpad.net/keystone_tempest_plugin
diff --git a/tox.ini b/tox.ini
index 2e16767..de73d26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning