update git.openstack.org to opendev
Change-Id: I04291996b91b1d781de89926d7e4489f5c0bac42
This commit is contained in:
parent
02b957f92e
commit
ff664572bf
@ -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/
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user