summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:33:58 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:33:58 +0000
commit3655d6895c02a5ecd9b1970d9e929181d69b887a (patch)
tree601da62bfedeeb43feb4a258642eb5476a853585
parentf5504f6d3c2ec05fe83bbcf0354c12fe2b95af60 (diff)
downloadkeystone-3655d6895c02a5ecd9b1970d9e929181d69b887a.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: Ifbe3d26c4bf37831fefd3737e7c8e1d90d6f6db7
-rw-r--r--doc/source/contributor/testing-keystone.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/testing-keystone.rst b/doc/source/contributor/testing-keystone.rst
index 3ef4b4226..ba33c18a1 100644
--- a/doc/source/contributor/testing-keystone.rst
+++ b/doc/source/contributor/testing-keystone.rst
@@ -255,7 +255,7 @@ in your `devstack` `local.conf`` file:
.. code-block:: bash
[[local|localrc]]
- enable_plugin keystone git://git.openstack.org/openstack/keystone
+ enable_plugin keystone https://git.openstack.org/openstack/keystone
enable_service keystone-saml2-federation
Finally, to run keystone's API and scenario tests, deploy `tempest`_ with