diff --git a/README.rst b/README.rst index 0d3ea79..adfeed1 100644 --- a/README.rst +++ b/README.rst @@ -301,7 +301,7 @@ Start hacking right away with: .. code-block:: console - $ git clone git://git.openstack.org/openstack/ospurge + $ git clone https://git.openstack.org/openstack/ospurge Design decisions diff --git a/playbooks/ospurge-functional/run.yaml b/playbooks/ospurge-functional/run.yaml index 10f6cd9..c73342e 100644 --- a/playbooks/ospurge-functional/run.yaml +++ b/playbooks/ospurge-functional/run.yaml @@ -16,7 +16,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' @@ -31,7 +31,7 @@ export DEVSTACK_GATE_NEUTRON=1 export BRANCH_OVERRIDE=default - export DEVSTACK_LOCAL_CONFIG="enable_plugin designate git://git.openstack.org/openstack/designate" + export DEVSTACK_LOCAL_CONFIG="enable_plugin designate https://git.openstack.org/openstack/designate" export DEVSTACK_LOCAL_CONFIG+=$'\n'"DESIGNATE_SERVICE_PORT_DNS=5322" export PROJECTS="openstack/designate $PROJECTS"