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

Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: Id191d21afb1710948e198440a0053b69bd6e37c8
This commit is contained in:
Luigi Toscano 2019-04-18 15:11:30 +02:00
parent e663a7eab3
commit baabb6fb78
5 changed files with 7 additions and 7 deletions

View File

@ -33,6 +33,6 @@ In sahara_tests folder we have next tools:
.. _Sahara-scenario documentation: https://docs.openstack.org/sahara-tests/latest/scenario.html
.. _PyPi: https://pypi.org/project/sahara-tests
.. _Storyboard project: https://storyboard.openstack.org/#!/project/940
.. _Source: https://git.openstack.org/cgit/openstack/sahara-tests
.. _Source: https://opendev.org/openstack/sahara-tests
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/
.. _Release notes: https://docs.openstack.org/releasenotes/sahara-tests/unreleased.html

View File

@ -35,7 +35,7 @@ Source
.. _PyPi: https://pypi.org/project/sahara-tests
.. _Storyboard project: https://storyboard.openstack.org/#!/project/940
.. _Source: https://git.openstack.org/cgit/openstack/sahara-tests
.. _Source: https://opendev.org/openstack/sahara-tests
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/
Indices and tables

View File

@ -18,7 +18,7 @@ same environment where Tempest is installed.
.. sourcecode:: console
$ git clone https://git.openstack.org/openstack/sahara-tests
$ git clone https://opendev.org/openstack/sahara-tests
$ cd sahara-tests/
$ pip install sahara-tests/

View File

@ -1,6 +1,6 @@
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara https://git.openstack.org/openstack/sahara"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat https://git.openstack.org/openstack/heat"
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara https://opendev.org/openstack/sahara"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer https://opendev.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat https://opendev.org/openstack/heat"
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export KEEP_LOCALRC=1

View File

@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}