From 20b808874f908e3b2e16617cca4dd20e25172fe7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:34 +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: Ibc123e273b3297ee604bcd8b2210f717ce07e1f4 --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f8d17f9a..380a20b2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,7 +24,7 @@ devstack_localrc: TEMPEST_PLUGINS: "'/opt/stack/patrole'" devstack_plugins: - patrole: git://git.openstack.org/openstack/patrole.git + patrole: https://git.openstack.org/openstack/patrole.git devstack_services: tempest: true neutron: true @@ -55,7 +55,7 @@ devstack_localrc: TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/patrole'" devstack_plugins: - patrole: git://git.openstack.org/openstack/patrole.git + patrole: https://git.openstack.org/openstack/patrole.git devstack_services: tempest: true neutron: true @@ -162,9 +162,9 @@ devstack_localrc: TEMPEST_PLUGINS: "'/opt/stack/patrole /opt/stack/neutron-tempest-plugin'" devstack_plugins: - neutron: git://git.openstack.org/openstack/neutron.git - patrole: git://git.openstack.org/openstack/patrole.git - neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git + neutron: https://git.openstack.org/openstack/neutron.git + patrole: https://git.openstack.org/openstack/patrole.git + neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git devstack_services: tempest: true neutron: true