Skip to content

Commit b3da2a6

Browse files
author
OpenDev Sysadmins
committed
OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
1 parent cac699d commit b3da2a6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitreview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[gerrit]
2-
host=review.openstack.org
2+
host=review.opendev.org
33
port=29418
44
project=openstack/python-openstackclient.git

.zuul.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
tox_envlist: py27
1717
# Set work dir to openstackclient so that if it's triggered by one of the
1818
# other repos the tests will run in the same place
19-
zuul_work_dir: src/git.openstack.org/openstack/python-openstackclient
19+
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
2020

2121
- job:
2222
name: osc-tox-py27-tips
@@ -37,7 +37,7 @@
3737
vars:
3838
# Set work dir to openstackclient so that if it's triggered by one of the
3939
# other repos the tests will run in the same place
40-
zuul_work_dir: src/git.openstack.org/openstack/python-openstackclient
40+
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
4141

4242
- job:
4343
name: osc-tox-py35-tips
@@ -58,7 +58,7 @@
5858
vars:
5959
# Set work dir to openstackclient so that if it's triggered by one of the
6060
# other repos the tests will run in the same place
61-
zuul_work_dir: src/git.openstack.org/openstack/python-openstackclient
61+
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
6262

6363
- job:
6464
name: osc-functional-devstack-base
@@ -100,7 +100,7 @@
100100
osc_environment:
101101
PYTHONUNBUFFERED: 'true'
102102
OS_CLOUD: devstack-admin
103-
zuul_work_dir: src/git.openstack.org/openstack/python-openstackclient
103+
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
104104

105105
# The Neutron bits are here rather than in osc-functional-devstack-base to
106106
# simplify removing Neutron in the osc-functional-devstack-n-net job.
@@ -111,7 +111,7 @@
111111
vars:
112112
devstack_plugins:
113113
# NOTE(amotoki): Some neutron features are enabled by devstack plugin
114-
neutron: https://git.openstack.org/openstack/neutron
114+
neutron: https://opendev.org/openstack/neutron
115115
devstack_services:
116116
neutron-network-segment-range: true
117117
neutron-segments: true

0 commit comments

Comments
 (0)