Skip to content

Commit

Permalink
Replace openstack.org git:// URLs with https://
Browse files Browse the repository at this point in the history
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ied5e7db4399e98dd9df42fdb11f3a516b5c2c7dc
  • Loading branch information
ianw committed Mar 24, 2019
1 parent bb72726 commit 70ed791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/legacy/novaclient-dsvm-functional/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
Expand Down

0 comments on commit 70ed791

Please sign in to comment.