summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:54 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:54 +0000
commit26d80661eda40082b87dfa425ee4cddd8967b19a (patch)
tree22ca7496bff149f56604d2e2fd5b069386e6fd76
parentea866538eaf3d37ba8a68be71f160d54f6281bca (diff)
downloadpython-novaclient-26d80661eda40082b87dfa425ee4cddd8967b19a.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: Ibf637f2fe4f03f9cefbd2ad6d32f6b4c9bb1ec33
-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'