From 20c5c984268c7f14fd9f4121489e3b20651b908a Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Fri, 22 Mar 2019 01:35:42 +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: Id26bec14c3d94e2f81b2148fc85d17f07866398c
---
 diskimage_builder/elements/source-repositories/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diskimage_builder/elements/source-repositories/README.rst b/diskimage_builder/elements/source-repositories/README.rst
index 88f118d65..2e3af4e99 100644
--- a/diskimage_builder/elements/source-repositories/README.rst
+++ b/diskimage_builder/elements/source-repositories/README.rst
@@ -86,7 +86,7 @@ source from git and pbr from a tarball would be:
 
 *Element file: elements/custom-element/source-repository-ironic*::
 
-    ironic git /usr/local/ironic git://git.openstack.org/openstack/ironic.git
+    ironic git /usr/local/ironic https://git.openstack.org/openstack/ironic.git
 
 *File : elements/custom-element/source-repository-pbr*::