From 66c35af4285c3ed43ffcca1a30b4d42b4fbe1855 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Sun, 24 Mar 2019 20:33:50 +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: I8923b671771355eb57803e222b58c2d7c8a3ad79
---
 specs/puppet-modules.rst           | 2 +-
 specs/storyboard_task_branches.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/specs/puppet-modules.rst b/specs/puppet-modules.rst
index dc7461e..a396f84 100644
--- a/specs/puppet-modules.rst
+++ b/specs/puppet-modules.rst
@@ -180,7 +180,7 @@ The following process must be done for each module separately:
          "author": "Openstack CI",
          "summary": "Puppet module for $module",
          "license": "Apache 2.0",
-         "source": "git://git.openstack.org/openstack-infra/puppet-$module.git",
+         "source": "https://git.openstack.org/openstack-infra/puppet-$module.git",
          "project_page": "http://docs.openstack.org/infra/system-config/",
          "issues_url": "https://storyboard.openstack.org/#!/project/$lookup-module-id",
          "dependencies": []
diff --git a/specs/storyboard_task_branches.rst b/specs/storyboard_task_branches.rst
index 4e0a2b0..96a9518 100644
--- a/specs/storyboard_task_branches.rst
+++ b/specs/storyboard_task_branches.rst
@@ -105,7 +105,7 @@ implementation work. What follows is just a suggestion.
 The Project table would have two new columns:
 
 * 'code_repo', which would hold a URL describing the code repository,
-  like git://git.openstack.org/openstack/nova
+  like https://git.openstack.org/openstack/nova
 
 * 'autocreate_branches', which would tell StoryBoard to try to create task
   branches automatically from the branches declared on that code repository