From e4c84a942859c05a7d84dcc5a6d3120c14e068ef Mon Sep 17 00:00:00 2001
From: jacky06 <zhang.min@99cloud.net>
Date: Tue, 23 Apr 2019 10:42:10 +0800
Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I5bc44524d9f3487e3c73ed427afef641d6a17969
---
 HACKING.rst                                 | 2 +-
 README.rst                                  | 2 +-
 doc/source/library/index.rst                | 4 ++--
 tox.ini                                     | 2 +-
 zun_tempest_plugin/tests/tempest/README.rst | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HACKING.rst b/HACKING.rst
index 2df3ee9..db394fc 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
 zun_tempest_plugin Style Commandments
-===============================================
+=====================================
 
 Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
diff --git a/README.rst b/README.rst
index ae0ad9a..acc0e58 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ https://docs.openstack.org/tempest/latest/#using-plugins
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/zun-tempest-plugin/latest
-* Source: https://git.openstack.org/cgit/openstack/zun-tempest-plugin
+* Source: https://opendev.org/openstack/zun-tempest-plugin
 * Bugs: https://bugs.launchpad.net/zun
 
 Running the tests
diff --git a/doc/source/library/index.rst b/doc/source/library/index.rst
index be2aa6d..ec1ec42 100644
--- a/doc/source/library/index.rst
+++ b/doc/source/library/index.rst
@@ -1,6 +1,6 @@
-========
+=====
 Usage
-========
+=====
 
 To use zun_tempest_plugin in a project::
 
diff --git a/tox.ini b/tox.ini
index 76fa8e2..a390c49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
 
 [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
diff --git a/zun_tempest_plugin/tests/tempest/README.rst b/zun_tempest_plugin/tests/tempest/README.rst
index 7153dff..7f5b2b3 100644
--- a/zun_tempest_plugin/tests/tempest/README.rst
+++ b/zun_tempest_plugin/tests/tempest/README.rst
@@ -10,7 +10,7 @@ Tempest installation
 
 To install Tempest you can issue the following commands::
 
-    $ git clone https://git.openstack.org/openstack/tempest/
+    $ git clone https://opendev.org/openstack/tempest/
     $ cd tempest/
     $ pip install .