Skip to content

Commit 0bab579

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 b90b5a5 commit 0bab579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitreview

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[gerrit]
2-
host=review.openstack.org
2+
host=review.opendev.org
33
port=29418
44
project=openstack/tripleo-quickstart.git
55
defaultbranch=master

roles/libvirt/setup/undercloud/templates/update_image.sh.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ timeout -s 15 -k 1200 900 bash << EOS
1717
{{ ansible_pkg_mgr }} install -y libselinux-python* python*-libselinux
1818
{{ ansible_pkg_mgr }} install -y git
1919
mkdir -p /opt/{{ undercloud_user }}/new/tripleo-ci
20-
git clone https://git.openstack.org/openstack-infra/tripleo-ci /opt/stack/new/tripleo-ci
20+
git clone https://opendev.org/openstack/tripleo-ci /opt/stack/new/tripleo-ci
2121
{% endif %}
2222
{% if "overcloud" in item.path %}
2323
rm -rf /etc/puppet/modules/*

0 commit comments

Comments
 (0)