From d3e28638b88e468a6a82fc5291480083d16038b1 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:19 +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: I5c3374bc109471686712d0880f438dcc499f0f49 --- elements/os-svc-install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/os-svc-install/README.md b/elements/os-svc-install/README.md index b7b6057f3..6f4608953 100644 --- a/elements/os-svc-install/README.md +++ b/elements/os-svc-install/README.md @@ -24,7 +24,7 @@ service will not be started automatically nor can it be manually started. ## example usage ```bash # clone nova, and install it and its dependencies to /opt/stack/venvs/nova -os-svc-install -u nova -r git://git.openstack.org/openstack/nova.git +os-svc-install -u nova -r https://git.openstack.org/openstack/nova.git # install a system-start script for nova-api os-svc-daemon -e 'foo=bar bar=baz' -n nova-api -u nova -c /opt/stack/venvs/nova/bin/nova-api -- --config-dir /etc/nova