Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: Id6768e790fbcf4e73cde4e479e0f31ed5e1a9b8d Closes-Bug: #1826041
This commit is contained in:
parent
5afa43e795
commit
1289278bf8
@ -9,5 +9,5 @@ It contains the tempest plugin for the functional testing of Mistral Project.
|
|||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/mistral/latest
|
* Documentation: https://docs.openstack.org/mistral/latest
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/mistral/
|
* Release notes: https://docs.openstack.org/releasenotes/mistral/
|
||||||
* Source: https://git.openstack.org/cgit/openstack/mistral-tempest-plugin
|
* Source: https://opendev.org/openstack/mistral-tempest-plugin
|
||||||
* Bugs: https://bugs.launchpad.net/mistral
|
* Bugs: https://bugs.launchpad.net/mistral
|
||||||
|
@ -8,6 +8,6 @@ the same environment where Tempest is installed.
|
|||||||
|
|
||||||
At the command line::
|
At the command line::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/cgit/openstack/mistral-tempest-plugin
|
$ git clone https://opendev.org/openstack/mistral-tempest-plugin
|
||||||
$ cd mistral-tempest-plugin/
|
$ cd mistral-tempest-plugin/
|
||||||
$ pip install -e .
|
$ pip install -e .
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://git.openstack.org/cgit/openstack/mistral-tempest-plugin
|
home-page = https://opendev.org/openstack/mistral-tempest-plugin
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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 =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user