Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Ian Wienand 2019-04-10 00:42:35 +00:00 committed by Gerrit Code Review
commit d067deaa61
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
~~~~~~~~~~~~~~~~~~~~~~~~