Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I39b6cc330ef3eddf50a031d1d44a21553f4305db
This commit is contained in:
parent
4460b91b0f
commit
d0130ff9a1
6
tox.ini
6
tox.ini
@ -15,7 +15,7 @@ setenv =
|
||||
LC_ALL=C
|
||||
HOME={envdir}
|
||||
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}
|
||||
@ -61,7 +61,7 @@ commands = oslo_debug_helper -t tripleoclient/tests {posargs}
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
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}/doc/requirements.txt
|
||||
commands =
|
||||
@ -83,7 +83,7 @@ commands =
|
||||
[testenv:releasenotes]
|
||||
basepython = python3
|
||||
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}/doc/requirements.txt
|
||||
commands =
|
||||
|
@ -296,7 +296,7 @@ def _load_passwords(swift_client, name):
|
||||
def _update_passwords(swift_client, name, passwords):
|
||||
# Update the plan environment with the generated passwords. This
|
||||
# will be solved more elegantly once passwords are saved in a
|
||||
# separate environment (https://review.openstack.org/#/c/467909/)
|
||||
# separate environment (https://review.opendev.org/#/c/467909/)
|
||||
if passwords:
|
||||
try:
|
||||
env = yaml.safe_load(swift_client.get_object(
|
||||
|
Loading…
Reference in New Issue
Block a user