Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I2125f9e2912aa7ac5346292d23643fdea003d7c0 Closes-Bug: #1826826
This commit is contained in:
parent
1f78150fad
commit
9fb828291c
@ -23,6 +23,6 @@ A library for plugging and unplugging virtual interfaces in OpenStack.
|
||||
|
||||
* License: Apache License, Version 2.0
|
||||
* Documentation: https://docs.openstack.org/os-vif/latest/
|
||||
* Source: https://git.openstack.org/cgit/openstack/os-vif
|
||||
* Source: https://opendev.org/openstack/os-vif
|
||||
* Bugs: https://bugs.launchpad.net/os-vif
|
||||
* Release Notes: https://docs.openstack.org/releasenotes/os-vif
|
||||
|
4
tox.ini
4
tox.ini
@ -9,7 +9,7 @@ usedevelop = True
|
||||
install_command = pip install -U {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
CONSTRAINTS_OPT=-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
CONSTRAINTS_OPT=-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
deps =
|
||||
{env:CONSTRAINTS_OPT}
|
||||
-r{toxinidir}/requirements.txt
|
||||
@ -74,7 +74,7 @@ commands =
|
||||
# reason: no improvement in readability
|
||||
#
|
||||
# H904 wrap long lines in parentheses instead of a backslash
|
||||
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
|
||||
# reason: removed in hacking (https://review.opendev.org/#/c/101701/)
|
||||
#
|
||||
# H404 skipped on purpose per jay pipes discussion.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user