Skip to content

Commit e30c52b

Browse files
committed
Replace openstack.org git:// URLs with https://
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: Iea1d529fee535fc734bf0a305686a47698aa3964
1 parent 0fe6c94 commit e30c52b

File tree

2 files changed

+2
-2
lines changed
  • playbooks/legacy
    • novaclient-dsvm-functional-identity-v3-only
    • novaclient-dsvm-functional-neutron

2 files changed

+2
-2
lines changed

playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dest: devstack-gate
1919
EOF
2020
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
21-
git://git.openstack.org \
21+
https://git.openstack.org \
2222
openstack-infra/devstack-gate
2323
executable: /bin/bash
2424
chdir: '{{ ansible_user_dir }}/workspace'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dest: devstack-gate
1818
EOF
1919
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
20-
git://git.openstack.org \
20+
https://git.openstack.org \
2121
openstack-infra/devstack-gate
2222
executable: /bin/bash
2323
chdir: '{{ ansible_user_dir }}/workspace'

0 commit comments

Comments
 (0)