Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I30a1b8d6a5b3c8e402fc9c3671065ffe13bcbead
This commit is contained in:
parent
06ba5c979e
commit
2ea393fb6a
@ -19,10 +19,10 @@ Other Resources
|
||||
|
||||
* Source code:
|
||||
|
||||
* `Blazar <https://git.openstack.org/cgit/openstack/blazar>`__
|
||||
* `Nova scheduler filter <https://git.openstack.org/cgit/openstack/blazar-nova>`__
|
||||
* `Client tools <https://git.openstack.org/cgit/openstack/python-blazarclient>`__
|
||||
* `Dashboard (Horizon plugin) <https://git.openstack.org/cgit/openstack/blazar-dashboard>`__
|
||||
* `Blazar <https://opendev.org/openstack/blazar>`__
|
||||
* `Nova scheduler filter <https://opendev.org/openstack/blazar-nova>`__
|
||||
* `Client tools <https://opendev.org/openstack/python-blazarclient>`__
|
||||
* `Dashboard (Horizon plugin) <https://opendev.org/openstack/blazar-dashboard>`__
|
||||
|
||||
* Blueprints/Bugs: https://launchpad.net/blazar
|
||||
* Documentation: https://docs.openstack.org/blazar/latest/
|
||||
|
6
tox.ini
6
tox.ini
@ -5,7 +5,7 @@ envlist = py36,py34,py27,pep8
|
||||
[testenv]
|
||||
install_command = pip install {opts} {packages}
|
||||
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}/test-requirements.txt
|
||||
-r{toxinidir}/requirements.txt
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
@ -30,7 +30,7 @@ import_exceptions = blazarclient.i18n
|
||||
[testenv:venv]
|
||||
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 = {posargs}
|
||||
@ -50,7 +50,7 @@ deps =
|
||||
[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 -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
Reference in New Issue
Block a user