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

This commit is contained in:
Zuul 2019-05-20 16:26:40 +00:00 committed by Gerrit Code Review
commit 6cb68c6ca5
2 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ Development Kayobe Configuration
This repository provides development configuration for the `Kayobe
<https://kayobe.readthedocs.io/en/latest>`__ project. It is based on the
configuration provided by the `kayobe-config
<https://git.openstack.org/cgit/openstack/kayobe-config>`__ repository, and
<https://opendev.org/x/kayobe-config>`__ repository, and
provides a set of configuration suitable for a development or test environment.
It is used by default in the `Kayobe development environment
<https://kayobe.readthedocs.io/en/latest/development/index.html>`__, 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

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]