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: I8578bb3afed97e5227efd8f7989505d1a424d76f
This commit is contained in:
Ian Wienand 2019-03-24 20:36:00 +00:00
parent e5a7860983
commit 9d70d18758
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ is required for connecting with Openstack.
Devstack Installation
---------------------
1. Add the following line in `local.conf` to include ranger repository in your devstack.
`enable_plugin ranger git://git.openstack.org/openstack/ranger`
`enable_plugin ranger https://git.openstack.org/openstack/ranger`
2. Make sure `MYSQL_PASSWORD` is included for creating and accessing the database.