Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I5bc44524d9f3487e3c73ed427afef641d6a17969
This commit is contained in:
parent
df41fe723a
commit
e4c84a9428
@ -1,4 +1,4 @@
|
||||
zun_tempest_plugin Style Commandments
|
||||
===============================================
|
||||
=====================================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
========
|
||||
=====
|
||||
Usage
|
||||
========
|
||||
=====
|
||||
|
||||
To use zun_tempest_plugin in a project::
|
||||
|
||||
|
2
tox.ini
2
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
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user