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: I595d2589e375b006d629885c56794bb25082a483
This commit is contained in:
Ian Wienand 2019-03-24 20:34:40 +00:00
parent acf8d19485
commit 78f99d90fb
3 changed files with 6 additions and 6 deletions

View File

@ -37,8 +37,8 @@
tempest_test_regex: ^neutron_vpnaas\.
tox_envlist: all-plugin
devstack_plugins:
neutron-vpnaas: git://git.openstack.org/openstack/neutron-vpnaas
neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin
neutron-vpnaas: https://git.openstack.org/openstack/neutron-vpnaas
neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin
devstack_localrc:
IPSEC_PACKAGE: strongswan
irrelevant-files:

View File

@ -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'

View File

@ -17,7 +17,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'
@ -29,8 +29,8 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
enable_plugin rally git://git.openstack.org/openstack/rally
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas
enable_plugin rally https://git.openstack.org/openstack/rally
EOF
executable: /bin/bash