From a3f90db28499de8a78987c17bfd3b35261028ee4 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:35 +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: Ibf57ccd514b35dd31d9a8482aaab2b0b845d0d5f --- .../methodologies/monitoring/configs/deploy_k8s_using_kargo.sh | 2 +- doc/source/test_plans/mq/simulator.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh b/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh index cf69456..cdaf054 100644 --- a/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh +++ b/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh @@ -67,7 +67,7 @@ main () cd ./fuel-ccp-installer if [ "$FUEL_CCP_COMMIT" ]; then - git fetch git://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD + git fetch https://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD fi echo "Running on $NODE_NAME: $ENV_NAME" diff --git a/doc/source/test_plans/mq/simulator.rst b/doc/source/test_plans/mq/simulator.rst index d65fff4..6924290 100644 --- a/doc/source/test_plans/mq/simulator.rst +++ b/doc/source/test_plans/mq/simulator.rst @@ -27,7 +27,7 @@ to be installed within virtual environment. .. code:: - $ git clone git://git.openstack.org/openstack/oslo.messaging + $ git clone https://git.openstack.org/openstack/oslo.messaging $ cd oslo.messaging/ $ virtualenv .venv $ source .venv/bin/activate