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: Iaa9dc9b28c93f17c447b23fbe49d09ed89c869ad
This commit is contained in:
Ian Wienand 2019-03-24 20:33:21 +00:00
parent 030eed8c55
commit 0a670efaa3
1 changed files with 5 additions and 5 deletions

View File

@ -42,8 +42,8 @@
vars:
devstack_plugins:
congress: https://git.openstack.org/openstack/congress
heat: git://git.openstack.org/openstack/heat
murano: git://git.openstack.org/openstack/murano
heat: https://git.openstack.org/openstack/heat
murano: https://git.openstack.org/openstack/murano
neutron: https://git.openstack.org/openstack/neutron
devstack_services:
tempest: true
@ -72,9 +72,9 @@
parent: congress-tempest-base
vars:
devstack_plugins:
aodh: git://git.openstack.org/openstack/aodh
mistral: git://git.openstack.org/openstack/mistral
monasca-api: git://git.openstack.org/openstack/monasca-api
aodh: https://git.openstack.org/openstack/aodh
mistral: https://git.openstack.org/openstack/mistral
monasca-api: https://git.openstack.org/openstack/monasca-api
devstack_services:
s-proxy: true
s-object: true