From a12dc2f229b3c5b4ba01df2feaaa863e1e8d7e9e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:07 +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: Ibdcd80a11a8687a0f695c5abe3d428bc21a88cd1 --- hooks/charmhelpers/contrib/openstack/utils.py | 4 ++-- tests/charmhelpers/contrib/openstack/utils.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hooks/charmhelpers/contrib/openstack/utils.py b/hooks/charmhelpers/contrib/openstack/utils.py index c138193..67f4e4a 100644 --- a/hooks/charmhelpers/contrib/openstack/utils.py +++ b/hooks/charmhelpers/contrib/openstack/utils.py @@ -874,10 +874,10 @@ def git_clone_and_install(projects_yaml, core_project): repositories: - {name: keystone, - repository: 'git://git.openstack.org/openstack/keystone.git', + repository: 'https://git.openstack.org/openstack/keystone.git', branch: 'stable/icehouse'} - {name: requirements, - repository: 'git://git.openstack.org/openstack/requirements.git', + repository: 'https://git.openstack.org/openstack/requirements.git', branch: 'stable/icehouse'} directory: /mnt/openstack-git diff --git a/tests/charmhelpers/contrib/openstack/utils.py b/tests/charmhelpers/contrib/openstack/utils.py index c138193..67f4e4a 100644 --- a/tests/charmhelpers/contrib/openstack/utils.py +++ b/tests/charmhelpers/contrib/openstack/utils.py @@ -874,10 +874,10 @@ def git_clone_and_install(projects_yaml, core_project): repositories: - {name: keystone, - repository: 'git://git.openstack.org/openstack/keystone.git', + repository: 'https://git.openstack.org/openstack/keystone.git', branch: 'stable/icehouse'} - {name: requirements, - repository: 'git://git.openstack.org/openstack/requirements.git', + repository: 'https://git.openstack.org/openstack/requirements.git', branch: 'stable/icehouse'} directory: /mnt/openstack-git