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: I8b0459fd519dd259a2f445b22db797388202a432
This commit is contained in:
Ian Wienand 2019-03-24 20:36:05 +00:00
parent 7e39b7b05d
commit 45985a74e0
2 changed files with 11 additions and 11 deletions

View File

@ -62,9 +62,9 @@
data-processing-feature-enabled:
s3: 'True'
devstack_plugins:
sahara: git://git.openstack.org/openstack/sahara
heat: git://git.openstack.org/openstack/heat
ceilometer: git://git.openstack.org/openstack/ceilometer
sahara: https://git.openstack.org/openstack/sahara
heat: https://git.openstack.org/openstack/heat
ceilometer: https://git.openstack.org/openstack/ceilometer
devstack_services:
tls-proxy: false
irrelevant-files:
@ -130,10 +130,10 @@
host-vars:
controller:
devstack_plugins:
sahara: git://git.openstack.org/openstack/sahara
heat: git://git.openstack.org/openstack/heat
ceilometer: git://git.openstack.org/openstack/ceilometer
shade: git://git.openstack.org/openstack-infra/shade
sahara: https://git.openstack.org/openstack/sahara
heat: https://git.openstack.org/openstack/heat
ceilometer: https://git.openstack.org/openstack/ceilometer
shade: https://git.openstack.org/openstack-infra/shade
group-vars:
subnode:
devstack_services:
@ -219,7 +219,7 @@
host-vars:
controller:
devstack_plugins:
devstack-plugin-ceph: 'git://git.openstack.org/openstack/devstack-plugin-ceph'
devstack-plugin-ceph: 'https://git.openstack.org/openstack/devstack-plugin-ceph'
vars:
devstack_localrc:
ENABLE_CEPH_CINDER: 'False'

View File

@ -1,6 +1,6 @@
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara git://git.openstack.org/openstack/sahara"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara https://git.openstack.org/openstack/sahara"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat https://git.openstack.org/openstack/heat"
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export KEEP_LOCALRC=1