diff --git a/README.rst b/README.rst index ba23511..3f76b4e 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,13 @@ Development Kayobe Configuration This repository provides development configuration for the `Kayobe `__ project. It is based on the configuration provided by the `kayobe-config -`__ repository, and +`__ repository, and provides a set of configuration suitable for a development or test environment. It is used by default in the `Kayobe development environment `__, and also in the Kayobe Continuous Integration (CI) deployment jobs. * Kayobe documentation: https://kayobe.readthedocs.io/en/latest/ -* Source: https://git.openstack.org/cgit/openstack/kayobe-config-dev +* Source: https://opendev.org/x/kayobe-config-dev * Bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe-config-dev * IRC: #openstack-kayobe diff --git a/tox.ini b/tox.ini index 063d2af..9e92233 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [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 [testenv:pep8]