diff --git a/README.rst b/README.rst index 33d297c..64baeaa 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Kayobe Configuration ==================== This repository provides configuration for the `kayobe -`_ project. It is intended to encourage +`_ project. It is intended to encourage version control of site configuration. Kayobe enables deployment of containerised OpenStack to bare metal. @@ -31,6 +31,6 @@ To this solid base, kayobe adds: All this and more, automated from top to bottom using Ansible. * Documentation: https://kayobe.readthedocs.io/en/latest/ -* Source: https://git.openstack.org/cgit/openstack/kayobe +* Source: https://opendev.org/x/kayobe * Bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe-config * IRC: #openstack-kayobe diff --git a/tox.ini b/tox.ini index ade532a..017dc2d 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]