From 93d4b339f41dd95ecff29c66a7d437d2eb6512d3 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33: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: If9ab6d55cdc50cacc69134a5268861aed9dd7074 --- devstack/local-gbp.conf | 2 +- doc/source/devref/development.environment.rst | 2 +- gbpservice/tests/contrib/devstack/local-nfp.conf | 2 +- gbpservice/tests/contrib/devstack/local.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devstack/local-gbp.conf b/devstack/local-gbp.conf index b1656864d..b90f53f50 100644 --- a/devstack/local-gbp.conf +++ b/devstack/local-gbp.conf @@ -9,7 +9,7 @@ SERVICE_TOKEN=abc123 # Using group-policy branches # --------------------------- -#GIT_BASE=${GIT_BASE:-git://git.openstack.org} +#GIT_BASE=${GIT_BASE:-https://git.openstack.org} #GBPSERVICE_REPO=https://review.openstack.org/openstack/group-based-policy #GBPSERVICE_BRANCH=refs/changes/54/240954/47 diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index d64fc51e9..cc4a573e9 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -48,7 +48,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/group-based-policy.git + git clone https://git.openstack.org/openstack/group-based-policy.git cd group-based-policy diff --git a/gbpservice/tests/contrib/devstack/local-nfp.conf b/gbpservice/tests/contrib/devstack/local-nfp.conf index 01e18e26b..d8faf5874 100644 --- a/gbpservice/tests/contrib/devstack/local-nfp.conf +++ b/gbpservice/tests/contrib/devstack/local-nfp.conf @@ -12,7 +12,7 @@ Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlu # Using group-policy branches # --------------------------- -GIT_BASE=${GIT_BASE:-git://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://git.openstack.org} GBPSERVICE_REPO=${GIT_BASE}/openstack/group-based-policy.git GBPSERVICE_BRANCH=master diff --git a/gbpservice/tests/contrib/devstack/local.conf b/gbpservice/tests/contrib/devstack/local.conf index f5926210e..0f4508932 100644 --- a/gbpservice/tests/contrib/devstack/local.conf +++ b/gbpservice/tests/contrib/devstack/local.conf @@ -12,7 +12,7 @@ Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlu # Using group-policy branches # --------------------------- -GIT_BASE=${GIT_BASE:-git://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://git.openstack.org} #GBPSERVICE_REPO=${GIT_BASE}/openstack/group-based-policy.git GBPSERVICE_BRANCH=master