From 0a670efaa38633088b3b058013320aa39ccbca82 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:21 +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: Iaa9dc9b28c93f17c447b23fbe49d09ed89c869ad --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9545641ed..44175bcf7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -42,8 +42,8 @@ vars: devstack_plugins: congress: https://git.openstack.org/openstack/congress - heat: git://git.openstack.org/openstack/heat - murano: git://git.openstack.org/openstack/murano + heat: https://git.openstack.org/openstack/heat + murano: https://git.openstack.org/openstack/murano neutron: https://git.openstack.org/openstack/neutron devstack_services: tempest: true @@ -72,9 +72,9 @@ parent: congress-tempest-base vars: devstack_plugins: - aodh: git://git.openstack.org/openstack/aodh - mistral: git://git.openstack.org/openstack/mistral - monasca-api: git://git.openstack.org/openstack/monasca-api + aodh: https://git.openstack.org/openstack/aodh + mistral: https://git.openstack.org/openstack/mistral + monasca-api: https://git.openstack.org/openstack/monasca-api devstack_services: s-proxy: true s-object: true