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: I4596e5c35143c0e7757cdf2acabdd6eac98159ea
This commit is contained in:
Ian Wienand 2019-03-24 20:34:10 +00:00
parent ef378b1c04
commit e2f9a3df2b
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ Download DevStack
.. sourcecode:: bash
export DEVSTACK_DIR=~/devstack
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
Enable the Masakari plugin
==========================
@ -21,14 +21,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari
enable_plugin masakari https://git.openstack.org/openstack/masakari
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari <refspec>
enable_plugin masakari https://git.openstack.org/openstack/masakari <refspec>
Run the DevStack utility
========================

View File

@ -48,7 +48,7 @@ Download DevStack
.. sourcecode:: bash
export DEVSTACK_DIR=~/devstack
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
Enable the Masakari plugin
~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -58,14 +58,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari
enable_plugin masakari https://git.openstack.org/openstack/masakari
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari <refspec>
enable_plugin masakari https://git.openstack.org/openstack/masakari <refspec>
Run the DevStack utility
~~~~~~~~~~~~~~~~~~~~~~~~