Merge "Update git.openstack.org to opendev.org"

This commit is contained in:
Zuul 2019-05-15 18:00:59 +00:00 committed by Gerrit Code Review
commit b549d2c092
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Kayobe Configuration
====================
This repository provides configuration for the `kayobe
<https://github.com/openstack/kayobe>`_ project. It is intended to encourage
<https://opendev.org/x/kayobe>`_ 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

View File

@ -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]