diff --git a/playbooks/cloudkitty-install/run.yaml b/playbooks/cloudkitty-install/run.yaml index e18bf738..794f991a 100644 --- a/playbooks/cloudkitty-install/run.yaml +++ b/playbooks/cloudkitty-install/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,8 +29,8 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer - enable_plugin cloudkitty git://git.openstack.org/openstack/cloudkitty master + enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer + enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty master EOF executable: /bin/bash