From b08a5594e7fb19e430ba894a92358e23db4b40f8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:48 +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: I1a108ce429e8c257f2157cefbb080b2a106b338b --- devstack/local.conf.aio-ovs-ssp | 2 +- devstack/local.conf.aio-sea-localdisk | 2 +- doc/source/devref/development_environment.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/local.conf.aio-ovs-ssp b/devstack/local.conf.aio-ovs-ssp index 3b4e89ae..b304d12e 100644 --- a/devstack/local.conf.aio-ovs-ssp +++ b/devstack/local.conf.aio-ovs-ssp @@ -42,7 +42,7 @@ DISK_DRIVER=ssp # Enable plugins enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git -enable_plugin neutron git://git.openstack.org/openstack/neutron +enable_plugin neutron https://git.openstack.org/openstack/neutron # Enable services enable_service n-novnc neutron neutron-api neutron-agent neutron-l3 neutron-dhcp neutron-metadata-agent diff --git a/devstack/local.conf.aio-sea-localdisk b/devstack/local.conf.aio-sea-localdisk index ddc6945c..f5637831 100644 --- a/devstack/local.conf.aio-sea-localdisk +++ b/devstack/local.conf.aio-sea-localdisk @@ -48,7 +48,7 @@ enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git enable_plugin ceilometer-powervm https://git.openstack.org/openstack/ceilometer-powervm.git enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git enable_plugin networking-powervm https://git.openstack.org/openstack/networking-powervm.git -enable_plugin neutron git://git.openstack.org/openstack/neutron +enable_plugin neutron https://git.openstack.org/openstack/neutron # Enable services enable_service n-novnc neutron neutron-api pvm-q-sea-agt diff --git a/doc/source/devref/development_environment.rst b/doc/source/devref/development_environment.rst index a90d9e3f..dc525609 100644 --- a/doc/source/devref/development_environment.rst +++ b/doc/source/devref/development_environment.rst @@ -34,7 +34,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/nova-powervm + git clone https://git.openstack.org/openstack/nova-powervm cd nova-powervm Setting up your environment