diff --git a/README.rst b/README.rst index 1ec3886..273dc97 100644 --- a/README.rst +++ b/README.rst @@ -19,10 +19,10 @@ Other Resources * Source code: - * `Blazar `__ - * `Nova scheduler filter `__ - * `Client tools `__ - * `Dashboard (Horizon plugin) `__ + * `Blazar `__ + * `Nova scheduler filter `__ + * `Client tools `__ + * `Dashboard (Horizon plugin) `__ * Blueprints/Bugs: https://launchpad.net/blazar * Documentation: https://docs.openstack.org/blazar/latest/ diff --git a/tox.ini b/tox.ini index 62e0506..16005df 100644 --- a/tox.ini +++ b/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