From f1f1e5542dc46a7a7d545021bcf5d23e98efef5f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:26 +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: I9e1ad83e6a63f5f7d42335342483b1d3262a9dde --- devstack/local.conf.example | 2 +- doc/source/install/installation.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/local.conf.example b/devstack/local.conf.example index ce9b7f6..83eec80 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -1,2 +1,2 @@ # settings file for watcher-dashboard plugin -enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard +enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 9f686a4..a02630f 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -15,7 +15,7 @@ If you want more details on how to install Horizon, you can have a look at the Then, you need to install Watcher Dashboard on the server running Horizon. To do so, you can issue the following commands:: - $ git clone git://git.openstack.org/openstack/watcher-dashboard + $ git clone https://git.openstack.org/openstack/watcher-dashboard $ cd watcher-dashboard $ pip install -e . @@ -50,7 +50,7 @@ Add the following to your DevStack ``local.conf`` file :: - enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard + enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard Unit testing