summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:53 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:53 +0000
commit1331280bcc0b55eed8b7a7bee3788cdba59a15fa (patch)
treea9bc88874a2e7a98ce47cc58fdb633057cf65fb5
parent48cc4a0d84535365175f7a65157829d4579f6c55 (diff)
downloadpython-neutronclient-1331280bcc0b55eed8b7a7bee3788cdba59a15fa.tar.gz
Replace openstack.org git:// URLs with https://pike-em6.5.1
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: Ie2b740b1c47c23a45a1448c6e853f02a33d466ce
-rw-r--r--neutronclient/tests/functional/hooks/fwaas2
-rw-r--r--neutronclient/tests/functional/hooks/vpnaas2
-rwxr-xr-xtools/tox_install.sh2
3 files changed, 3 insertions, 3 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
diff --git a/tools/tox_install.sh b/tools/tox_install.sh
index cdc53f2..b5366ce 100755
--- a/tools/tox_install.sh
+++ b/tools/tox_install.sh
@@ -33,7 +33,7 @@ elif [ -x "$ZUUL_CLONER" ]; then
$ZUUL_CLONER --cache-dir \
/opt/git \
--branch $BRANCH_NAME \
- git://git.openstack.org \
+ https://git.openstack.org \
openstack/requirements
cd openstack/requirements
$install_cmd -e .