diff --git a/playbooks/devstack-plugin-amqp1-tempest-dsvm-full/run.yaml b/playbooks/devstack-plugin-amqp1-tempest-dsvm-full/run.yaml index fd1a1fe..369cab4 100644 --- a/playbooks/devstack-plugin-amqp1-tempest-dsvm-full/run.yaml +++ b/playbooks/devstack-plugin-amqp1-tempest-dsvm-full/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' @@ -32,7 +32,7 @@ export DEVSTACK_GATE_TEMPEST_FULL=1 export PROJECTS="openstack/devstack-plugin-amqp1 $PROJECTS" - export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-amqp1 git://git.openstack.org/openstack/devstack-plugin-amqp1" + export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-amqp1 https://git.openstack.org/openstack/devstack-plugin-amqp1" cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh