Merge "update git.openstack.org to opendev"

This commit is contained in:
Zuul 2019-06-17 21:46:40 +00:00 committed by Gerrit Code Review
commit e8ee8659f1
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ plugin mechanism.
* Free software: under the `Apache license <https://www.apache.org/licenses/LICENSE-2.0>`_
* Documentation: https://docs.openstack.org/qinling/latest/
* Source: http://git.openstack.org/cgit/openstack/qinling
* Source: https://opendev.org/openstack/qinling
* Features: https://storyboard.openstack.org/#!/project/927
* Bug Track: https://storyboard.openstack.org/#!/project/927
* Release notes: https://docs.openstack.org/releasenotes/qinling/

View File

@ -29,7 +29,7 @@ OpenStack services or call it directly from any web or mobile app.
* Free software: Apache license
* Documentation: https://docs.openstack.org/qinling/latest/
* Source: http://git.openstack.org/cgit/openstack/qinling
* Source: https://opendev.org/openstack/qinling
* Features: https://storyboard.openstack.org/#!/project/927
* Bug Track: https://storyboard.openstack.org/#!/project/927
* IRC channel on Freenode: #openstack-qinling

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning