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: I595e1eb1908a5fb8d389edd4342ec346e70671d3
This commit is contained in:
Ian Wienand 2019-03-24 20:33:31 +00:00 committed by Andrey Pavlov
parent c3e30fbaf6
commit ed73dc3dac
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Enable VPNAAS service and set type of ipsec package
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas
enable_service q-vpnaas
IPSEC_PACKAGE=strongswan

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'
@ -30,8 +30,8 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api
enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
TEMPEST_PLUGINS='/opt/stack/new/ec2api-tempest-plugin'
RUN_LONG_TESTS=1

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 ec2-api git://git.openstack.org/openstack/ec2-api
enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
TEMPEST_PLUGINS='/opt/stack/new/ec2api-tempest-plugin'
EOF

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 ec2-api git://git.openstack.org/openstack/ec2-api
enable_plugin rally git://git.openstack.org/openstack/rally
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
enable_plugin rally https://git.openstack.org/openstack/rally
EOF
executable: /bin/bash