Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If820cd3866818f7283d8aa9559257166e0627cc5
This commit is contained in:
parent
15c65485cd
commit
7fdda9f2c2
@ -24,7 +24,7 @@ Project Resources
|
||||
|
||||
* Project documentation: https://docs.openstack.org/vitrage/latest/
|
||||
* Wiki page: https://wiki.openstack.org/wiki/Vitrage
|
||||
* Source: https://git.openstack.org/cgit/openstack/vitrage
|
||||
* Source: https://opendev.org/openstack/vitrage
|
||||
* StoryBoard: https://storyboard.openstack.org/#!/project/openstack/vitrage
|
||||
* Release notes: https://docs.openstack.org/releasenotes/vitrage
|
||||
|
||||
|
@ -70,8 +70,8 @@ is vitrage.yaml
|
||||
|
||||
|
||||
|
||||
.. _api-paste.ini: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/api-paste.ini
|
||||
.. _datasources_values: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/datasources_values
|
||||
.. _api-paste.ini: https://opendev.org/openstack/vitrage/src/branch/master/etc/vitrage/api-paste.ini
|
||||
.. _datasources_values: https://opendev.org/openstack/vitrage/src/branch/master/etc/vitrage/datasources_values
|
||||
|
||||
Create the vitrage.conf file
|
||||
============================
|
||||
@ -188,7 +188,7 @@ Install the Vitrage Dashboard
|
||||
|
||||
Follow the vitrage-dashboard_ installation procedure.
|
||||
|
||||
.. _vitrage-dashboard: https://git.openstack.org/cgit/openstack/vitrage-dashboard/tree/doc/source/contributor/installation.rst
|
||||
.. _vitrage-dashboard: https://opendev.org/openstack/vitrage-dashboard/src/branch/master/doc/source/contributor/installation.rst
|
||||
|
||||
Automatic
|
||||
+++++++++
|
||||
|
6
tox.ini
6
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
whitelist_externals = find
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
@ -51,7 +51,7 @@ commands =
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
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}/doc/requirements.txt
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
@ -79,7 +79,7 @@ import_exceptions = vitrage.i18n
|
||||
[testenv:releasenotes]
|
||||
basepython = python3
|
||||
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}/doc/requirements.txt
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
Reference in New Issue
Block a user