summaryrefslogtreecommitdiff
path: root/devstack/README.rst
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:36:20 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:36:20 +0000
commit007821e830957cc8a8a873e2706329da1481f07c (patch)
treeffdecf020f4f2d59a899cb1134c2d7bafec78a93 /devstack/README.rst
parentddafb0e40dc1c2491df35b4eca604309e185351e (diff)
downloadtrove-007821e830957cc8a8a873e2706329da1481f07c.tar.gz
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: I7f2db9189611a1e2121d9e7bacd35c05382b5915
Diffstat (limited to 'devstack/README.rst')
-rw-r--r--devstack/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index c85d27f1..c044227d 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -17,7 +17,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 Trove plugin
=======================
@@ -28,14 +28,14 @@ Enable the plugin by adding the following section to
.. sourcecode:: bash
[[local|localrc]]
- enable_plugin trove git://git.openstack.org/openstack/trove
+ enable_plugin trove https://git.openstack.org/openstack/trove
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
- enable_plugin trove git://git.openstack.org/openstack/trove <refspec>
+ enable_plugin trove https://git.openstack.org/openstack/trove <refspec>
Run the DevStack utility
========================