From d572f2cdd209b4b4ad114a194ed3d75b6e71e9f2 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:53 +0000 Subject: 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: I15a69bcf6d51bfb1d5ade8f5119bb77bb2387f77 --- neutronclient/tests/functional/hooks/fwaas | 2 +- neutronclient/tests/functional/hooks/vpnaas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutronclient/tests/functional/hooks/fwaas b/neutronclient/tests/functional/hooks/fwaas index 8f53b16..5292897 100644 --- a/neutronclient/tests/functional/hooks/fwaas +++ b/neutronclient/tests/functional/hooks/fwaas @@ -1,2 +1,2 @@ -enable_plugin neutron-fwaas git://git.openstack.org/openstack/neutron-fwaas +enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas enable_service q-fwaas diff --git a/neutronclient/tests/functional/hooks/vpnaas b/neutronclient/tests/functional/hooks/vpnaas index 11cecb9..b121a6f 100644 --- a/neutronclient/tests/functional/hooks/vpnaas +++ b/neutronclient/tests/functional/hooks/vpnaas @@ -1 +1 @@ -enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas +enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas -- cgit v1.2.1