summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:57 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:57 +0000
commit95fe49388b26581a1cf7ff95adec3aaec6c834d5 (patch)
tree94670f38fc453e74af8e0d6b4b68f45b899b41f8
parentd79bb270d04707cab15d10df1029b485f6a983e8 (diff)
downloadpython-troveclient-95fe49388b26581a1cf7ff95adec3aaec6c834d5.tar.gz
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: I8e39f344fa5727e994322996c1fb8afdcfe03ce5
-rw-r--r--playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml b/playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml
index 985b9e6..e459cb9 100644
--- a/playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml
+++ b/playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml
@@ -18,7 +18,7 @@
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
- git://git.openstack.org \
+ https://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
@@ -30,7 +30,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
- enable_plugin trove git://git.openstack.org/openstack/trove
+ enable_plugin trove https://git.openstack.org/openstack/trove
TEMPEST_PLUGINS='/opt/stack/new/trove-tempest-plugin'
EOF