update git.openstack.org to opendev

Change-Id: I76d780247c65e2f3002d388635a9922ea391e7f0
This commit is contained in:
liuwei 2019-04-24 09:57:54 +08:00
parent 611d13a788
commit 11c0de7e4e
5 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ Links
* Free software: Apache license
* Documentation: https://rally.readthedocs.org/en/latest/
* Source: https://git.openstack.org/cgit/openstack/rally
* Source: https://opendev.org/openstack/rally
* Bugs: https://bugs.launchpad.net/rally
* Step-by-step tutorial: https://rally.readthedocs.io/en/latest/quick_start/tutorial.html
* Launchpad page: https://launchpad.net/rally

View File

@ -26,7 +26,7 @@
<ul>
<li><a href="{{ pathto(master_doc) }}">Documentation</a></li>
<li><a href="http://rally.readthedocs.org/en/latest/">Documentation at RTD</a></li>
<li><a href="http://git.openstack.org/cgit/openstack/rally">Source</a></li>
<li><a href="http://opendev.org/openstack/rally">Source</a></li>
<li><a href="https://github.com/openstack/rally">GitHub mirror</a></li>
<li><a href="http://bugs.launchpad.net/rally">Bug tracker</a></li>
<li><a href="https://docs.google.com/a/mirantis.com/spreadsheets/d/16DXpfbqvlzMFaqaXAcJsBzzpowb_XpymaK2aFY2gA2g">RoadMap</a></li>

View File

@ -64,7 +64,7 @@
<h2>About Rally</h2>
<p>Rally is generic testing tool which can be used for OpenStack.</p>
<ul>
<li><a href="https://git.openstack.org/cgit/openstack/rally">Git repository</a> (<a href="https://github.com/openstack/rally">GitHub mirror</a>)
<li><a href="https://opendev.org/openstack/rally">Git repository</a> (<a href="https://github.com/openstack/rally">GitHub mirror</a>)
<li><a href="https://rally.readthedocs.io/en/latest/">Documentation</a>
<li><a href="https://rally.readthedocs.io/en/latest/quick_start/index.html">Quick start</a>
<li><a href="https://rally.readthedocs.io/en/latest/quick_start/gates.html">How to add Rally job to your project</a>

View File

@ -46,7 +46,7 @@
<h2>About Rally</h2>
<p>Rally is benchmarking and verification system for OpenStack:</p>
<ul>
<li><a href="https://git.openstack.org/cgit/openstack/rally">Git
<li><a href="https://opendev.org/openstack/rally">Git
repository</a> (<a href="https://github.com/openstack/rally">GitHub mirror</a>)
<li><a href="https://rally.readthedocs.io/en/latest/">Documentation</a>
<li><a href="https://rally.readthedocs.io/en/latest/quick_start/index.html">Quick start</a>

View File

@ -35,7 +35,7 @@ if not LOG.handlers:
GLOBAL_REQUIREMENTS_LOCATIONS = (
"https://raw.githubusercontent.com/openstack/requirements/master/",
"http://git.openstack.org/cgit/openstack/requirements/plain/"
"http://opendev.org/openstack/requirements/raw/branch/master/"
)
RALLY_REQUIREMENTS_FILES = (
"requirements.txt",