summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbooks/devstack/run.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/devstack/run.yaml b/playbooks/devstack/run.yaml
index c950a7d..152f5ba 100644
--- a/playbooks/devstack/run.yaml
+++ b/playbooks/devstack/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'
@@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
- enable_plugin heat git://git.openstack.org/openstack/heat
+ enable_plugin heat https://git.openstack.org/openstack/heat
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'