Skip to content

Commit 0f56b7d

Browse files
author
Dean Troyer
committed
Followup opendev cleanup and test jobs
* upper-constraints references need s/plain/raw/ Change-Id: I04368dc42f1a62a048ac9d11497747ef6f600515 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
1 parent b3da2a6 commit 0f56b7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ language to describe operations in OpenStack.
3939
.. _Launchpad project: https://launchpad.net/python-openstackclient
4040
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
4141
.. _Bugs: https://storyboard.openstack.org/#!/project/975
42-
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
42+
.. _Source: https://opendev.org/openstack/python-openstackclient
4343
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
4444
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
4545
.. _Testing: https://docs.openstack.org/python-openstackclient/latest/contributor/developing.html#testing

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on `Launchpad`_. Code may be submitted to the
6060
:code:`openstack/python-openstackclient` project using `Gerrit`_.
6161
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
6262

63-
.. _`on OpenStack's Git server`: https://git.openstack.org/cgit/openstack/python-openstackclient/tree
63+
.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/tree
6464
.. _Launchpad: https://launchpad.net/python-openstackclient
6565
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
6666
.. _Bug reports: https://storyboard.openstack.org/#!/project/975

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
1111
OS_STDERR_CAPTURE=1
1212
OS_TEST_TIMEOUT=60
1313
deps =
14-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
14+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
1515
-r{toxinidir}/test-requirements.txt
1616
-r{toxinidir}/requirements.txt
1717
commands = stestr run {posargs}
@@ -88,7 +88,7 @@ commands =
8888
[testenv:venv]
8989
basepython = python3
9090
deps =
91-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
91+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
9292
-r{toxinidir}/requirements.txt
9393
-r{toxinidir}/doc/requirements.txt
9494
commands = {posargs}
@@ -112,7 +112,7 @@ commands =
112112
[testenv:docs]
113113
basepython = python3
114114
deps =
115-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
115+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
116116
-r{toxinidir}/requirements.txt
117117
-r{toxinidir}/doc/requirements.txt
118118
commands =
@@ -122,7 +122,7 @@ commands =
122122
[testenv:releasenotes]
123123
basepython = python3
124124
deps =
125-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
125+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
126126
-r{toxinidir}/doc/requirements.txt
127127
commands =
128128
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)