Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I5bc44524d9f3487e3c73ed427afef641d6a17969
This commit is contained in:
jacky06 2019-04-23 10:42:10 +08:00
parent df41fe723a
commit e4c84a9428
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
zun_tempest_plugin Style Commandments
===============================================
=====================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -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

View File

@ -1,6 +1,6 @@
========
=====
Usage
========
=====
To use zun_tempest_plugin in a project::

View File

@ -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

View File

@ -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 .