From 182a33f440333e18e360634dc08c5d75af9dba9a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:29 +0000 Subject: [PATCH] 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: I0ebfde9478ec07f9f8649e239adfccbf6f7431c6 --- .zuul.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c48cc682..98bb937f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,7 +16,7 @@ timeout: 7200 vars: devstack_plugins: - devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph + devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph devstack_localrc: ENABLE_FILE_INJECTION: false TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' @@ -71,7 +71,7 @@ TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' ENABLE_VOLUME_MULTIATTACH: false devstack_plugins: - devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph + devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph tox_envlist: all tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) diff --git a/README.md b/README.md index 9c40cde9..ec393807 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This plugin also gets used to configure Ceph as the storage backend for the upst * To get started quickly, just enable the plugin in your ```local.conf```: - ```enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph``` + ```enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph``` Run ```stack.sh``` in your devstack tree and boom! You're good to go.