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
diff --git a/.zuul.yaml b/.zuul.yaml
index f8d17f9..380a20b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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