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
This commit is contained in:
parent
50437a47e4
commit
f1f1e5542d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user