Merge "Replace git.openstack.org URLs with opendev.org URLs"
diff --git a/README.rst b/README.rst
index 3d8a49b..e658b90 100644
--- a/README.rst
+++ b/README.rst
@@ -8,6 +8,6 @@
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/neutron/latest/
-* Source: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin
+* Source: https://opendev.org/openstack/neutron-tempest-plugin
 * Bugs: https://bugs.launchpad.net/neutron
 * Release notes: https://docs.openstack.org/releasenotes/neutron-tempest-plugin/
diff --git a/devstack/README.rst b/devstack/README.rst
index e605fcf..f6a6920 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -8,14 +8,14 @@
 
 1. Download DevStack::
 
-    git clone https://git.openstack.org/openstack-dev/devstack.git
+    git clone https://opendev.org/openstack/devstack.git
     cd devstack
 
 2. Add this repo as an external repository::
 
      > cat local.conf
      [[local|localrc]]
-     enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
+     enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
 
 3. run ``stack.sh``
 
diff --git a/neutron_tempest_plugin/api/test_networks.py b/neutron_tempest_plugin/api/test_networks.py
index f9d52ba..c685256 100644
--- a/neutron_tempest_plugin/api/test_networks.py
+++ b/neutron_tempest_plugin/api/test_networks.py
@@ -135,7 +135,7 @@
 # TODO(ihrachys): check that bad mtu is not allowed; current API extension
 # definition doesn't enforce values
 # TODO(ihrachys): check that new segment reservation updates mtu, once
-# https://review.openstack.org/#/c/353115/ is merged
+# https://review.opendev.org/#/c/353115/ is merged
 class NetworksMtuTestJSON(base.BaseNetworkTest):
     required_extensions = ['net-mtu', 'net-mtu-writable']
 
diff --git a/roles/multi-node-setup/README.rst b/roles/multi-node-setup/README.rst
index b57a977..3580d3f 100644
--- a/roles/multi-node-setup/README.rst
+++ b/roles/multi-node-setup/README.rst
@@ -1,7 +1,7 @@
 Set up connection between infra bridge and Neutron external bridge
 
 Network topology used in CI multinode jobs is described In `Devstack documention
-<https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/multinode_setup_info.txt#n81>`_
+<https://opendev.org/openstack/devstack-gate/src/branch/master/multinode_setup_info.txt#L81>`_
 
 In case when DVR is used, there is also additional bridge ``br-infra`` added
 on each node to provide connectivity to floating IPs from main node.
diff --git a/setup.cfg b/setup.cfg
index d7790d6..672e5b0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@
     README.rst
 author = OpenStack
 author-email = openstack-discuss@lists.openstack.org
-home-page = https://git.openstack.org/cgit/openstack/neutron-tempest-plugin
+home-page = https://opendev.org/openstack/neutron-tempest-plugin
 classifier =
     Environment :: OpenStack
     Intended Audience :: Information Technology
diff --git a/tox.ini b/tox.ini
index 9941e12..6f8cd38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
 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
 commands = stestr run --slowest {posargs}