Skip to content

Commit 737bcb0

Browse files
committed
Finish updating links to point to opendev
The redirects work, but it's nicer to just use opendev links directly. Also, update shade, which is in openstack namespace now. Depends-On: https://review.opendev.org/654230 Depends-On: https://review.opendev.org/654233 Change-Id: Id559b79c2aefda50fa3ec0feedf6d8c52a687a75
1 parent f198347 commit 737bcb0

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Code Hosting
4242
https://opendev.org/openstack/openstacksdk
4343

4444
Code Review
45-
https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z
45+
https://review.opendev.org/#/q/status:open+project:openstack/openstacksdk,n,z

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Links
156156
=====
157157

158158
* `Issue Tracker <https://storyboard.openstack.org/#!/project/openstack/openstacksdk>`_
159-
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
159+
* `Code Review <https://review.opendev.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
160160
* `Documentation <https://docs.openstack.org/openstacksdk/latest/>`_
161161
* `PyPI <https://pypi.org/project/openstacksdk/>`_
162162
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss>`_

devstack/plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To enable openstacksdk in devstack add an entry to local.conf that looks like
44
#
55
# [[local|localrc]]
6-
# enable_plugin openstacksdk https://git.openstack.org/openstack/openstacksdk
6+
# enable_plugin openstacksdk https://opendev.org/openstack/openstacksdk
77

88
function preinstall_openstacksdk {
99
:

doc/source/user/guides/dns.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ List Zones
1515

1616
Full example: `dns resource list`_
1717

18-
.. _dns resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/dns/list.py
18+
.. _dns resource list: https://opendev.org/openstack/openstacksdk/src/branch/master/examples/dns/list.py

doc/source/user/multi-cloud-demo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ What are we going to talk about?
4545
shade is Free Software
4646
======================
4747

48-
* https://opendev.org/openstack-infra/shade
48+
* https://opendev.org/openstack/shade
4949
5050
* #openstack-shade on freenode
5151

playbooks/devstack/legacy-git.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
- name: Set openstacksdk libraries to master branch before functional tests
55
command: git checkout master
66
args:
7-
chdir: "src/git.openstack.org/{{ item }}"
7+
chdir: "src/opendev.org/{{ item }}"
88
with_items:
9-
- openstack-infra/shade
9+
- openstack/shade
1010
- openstack/keystoneauth
1111
- openstack/os-client-config

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setenv =
1818
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true}
1919
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}
2020
deps =
21-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
21+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
2222
-r{toxinidir}/test-requirements.txt
2323
-r{toxinidir}/requirements.txt
2424
commands = stestr run {posargs}
@@ -78,14 +78,14 @@ commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
7878

7979
[testenv:docs]
8080
deps =
81-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
81+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
8282
-r{toxinidir}/requirements.txt
8383
-r{toxinidir}/doc/requirements.txt
8484
commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
8585

8686
[testenv:releasenotes]
8787
deps =
88-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
88+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
8989
-r{toxinidir}/requirements.txt
9090
-r{toxinidir}/doc/requirements.txt
9191
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)