Skip to content

Commit 7cfd3ab

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 e8f7aaf commit 7cfd3ab

3 files changed

Lines changed: 5 additions & 5 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-novaclient.git

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
post-run: playbooks/legacy/novaclient-dsvm-functional/post.yaml
66
timeout: 7200
77
required-projects:
8-
- openstack-infra/devstack-gate
8+
- openstack/devstack-gate
99
- openstack/nova
1010
- openstack/python-novaclient
1111

playbooks/legacy/novaclient-dsvm-functional/run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
set -x
1414
cat > clonemap.yaml << EOF
1515
clonemap:
16-
- name: openstack-infra/devstack-gate
16+
- name: openstack/devstack-gate
1717
dest: devstack-gate
1818
EOF
1919
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
20-
https://git.openstack.org \
21-
openstack-infra/devstack-gate
20+
https://opendev.org \
21+
openstack/devstack-gate
2222
executable: /bin/bash
2323
chdir: '{{ ansible_user_dir }}/workspace'
2424
environment: '{{ zuul | zuul_legacy_vars }}'

0 commit comments

Comments
 (0)