From 4547110dd992a391106dca084ac268342474cc95 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:33 +0000 Subject: [PATCH] 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: Id3bd6c6d5a5f4291c4890ff960550de2bb9feadf --- README.rst | 2 +- playbooks/ospurge-functional/run.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"