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: Id81cf0418cc385b50557d1e7450887a96678534e
This commit is contained in:
Ian Wienand 2019-03-24 20:36:00 +00:00
parent 5c4b27cfc3
commit b7f3844a7c

View File

@ -13,7 +13,7 @@ configuration files, and documentation.
Devstack Installation
---------------------
1. You can include ranger-agent repository in `local.conf` when running devstack.
`enable_plugin ranger-agent git://git.openstack.org/openstack/ranger-agent`
`enable_plugin ranger-agent https://git.openstack.org/openstack/ranger-agent`
2. Make sure `MYSQL_PASSWORD` is included for creating and accessing the database.