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: Ibc123e273b3297ee604bcd8b2210f717ce07e1f4
This commit is contained in:
Ian Wienand 2019-03-24 20:35:34 +00:00
parent b2ebe4924a
commit 20b808874f
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole'"
devstack_plugins:
patrole: git://git.openstack.org/openstack/patrole.git
patrole: https://git.openstack.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@ -55,7 +55,7 @@
devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/patrole'"
devstack_plugins:
patrole: git://git.openstack.org/openstack/patrole.git
patrole: https://git.openstack.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@ -162,9 +162,9 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole /opt/stack/neutron-tempest-plugin'"
devstack_plugins:
neutron: git://git.openstack.org/openstack/neutron.git
patrole: git://git.openstack.org/openstack/patrole.git
neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git
neutron: https://git.openstack.org/openstack/neutron.git
patrole: https://git.openstack.org/openstack/patrole.git
neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git
devstack_services:
tempest: true
neutron: true