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