diff --git a/README.rst b/README.rst index 0843bf0..0a5311a 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Project Resources ----------------- * `Wiki `_ -* `Code Review `_ +* `Code Review `_ * `Storyboard `_ * `Release notes `_ @@ -37,7 +37,7 @@ Add the following to your Devstack local.conf file :: - enable_plugin vitrage-dashboard https://git.openstack.org/openstack/vitrage-dashboard + enable_plugin vitrage-dashboard https://opendev.org/openstack/vitrage-dashboard With Horizon ------------ diff --git a/tox.ini b/tox.ini index 370d49f..63d9b74 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONUNBUFFERED = 1 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 commands = {envpython} {toxinidir}/manage.py test vitrage_dashboard {posargs} --exclude-tag integration {posargs} @@ -46,7 +46,7 @@ commands = npm install npm run {posargs:test} 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 [testenv:venv]