Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-06-05 22:34:11 +00:00 committed by Gerrit Code Review
commit 1185be7781
4 changed files with 7 additions and 7 deletions

View File

@ -29,5 +29,5 @@ The full terms and conditions of this license are detailed in the LICENSE file.
* Free software: Apache license
* Documentation: https://docs.openstack.org/octavia-lib/latest
* Source: https://git.openstack.org/cgit/openstack/octavia-lib
* Source: https://opendev.org/openstack/octavia-lib
* Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-lib

View File

@ -1,6 +1,6 @@
===========================
Contributor Documentation
===========================
=========================
Contributor Documentation
=========================
.. toctree::
:maxdepth: 2

View File

@ -1,6 +1,6 @@
========
=====
Usage
========
=====
To use octavia-lib in a project::

View File

@ -14,7 +14,7 @@ setenv =
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}
OS_TEST_TIMEOUT=60
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
commands = stestr run {posargs}