From 55235c5c22679dbb78ca48485d5fa0b2d89e9002 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 12 Mar 2019 05:40:12 +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 review should result in no functional change. Change-Id: I366b7a32aeedbd76d49c763b31ff4ec0b049190e Story: #2004627 Task: #29701 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index b409ed2b6..6d0dcf814 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -265,7 +265,7 @@ IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs' IRONIC_VM_SPECS_RAM: 384 devstack_plugins: - ironic: git://git.openstack.org/openstack/ironic + ironic: https://git.openstack.org/openstack/ironic devstack_services: c-api: false c-bak: false