summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:55 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:55 +0000
commit70ed7918a6512b2cfe06ba1f65281c823a5d7aa0 (patch)
tree77a56bdf3faa1839db2fa4aa41f0ea2aeadd4ebf
parentbb72726a3748a8666debbd34e791f0c4572e2b96 (diff)
downloadpython-novaclient-70ed7918a6512b2cfe06ba1f65281c823a5d7aa0.tar.gz
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: Ied5e7db4399e98dd9df42fdb11f3a516b5c2c7dc
-rw-r--r--playbooks/legacy/novaclient-dsvm-functional/run.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/legacy/novaclient-dsvm-functional/run.yaml b/playbooks/legacy/novaclient-dsvm-functional/run.yaml
index e4bed30c..935b3f13 100644
--- a/playbooks/legacy/novaclient-dsvm-functional/run.yaml
+++ b/playbooks/legacy/novaclient-dsvm-functional/run.yaml
@@ -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'