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: Iad14abf2cf8a0ce8fa293767ab1c8f6c642f594a
This commit is contained in:
Ian Wienand 2019-03-24 20:35:35 +00:00
parent d2442f90da
commit 41c54aaabf
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ setup:
- apt: name=git
become: yes
- name: installing omsimulator
git: repo=git://git.openstack.org/openstack/oslo.messaging
git: repo=https://git.openstack.org/openstack/oslo.messaging
dest=/tmp/performa/oslo.messaging
- apt: name=python-dev
become: yes

View File

@ -18,7 +18,7 @@ setup:
- apt: name=daemon
become: yes
- name: installing omsimulator
git: repo=git://git.openstack.org/openstack/oslo.messaging
git: repo=https://git.openstack.org/openstack/oslo.messaging
dest=/tmp/performa/oslo.messaging
- apt: name=python-dev
become: yes

View File

@ -18,7 +18,7 @@ setup:
- apt: name=daemon
become: yes
- name: installing omsimulator
git: repo=git://git.openstack.org/openstack/oslo.messaging
git: repo=https://git.openstack.org/openstack/oslo.messaging
dest=/tmp/performa/oslo.messaging
- apt: name=python-dev
become: yes

View File

@ -18,7 +18,7 @@ setup:
- apt: name=daemon
become: yes
- name: installing omsimulator
git: repo=git://git.openstack.org/openstack/oslo.messaging
git: repo=https://git.openstack.org/openstack/oslo.messaging
dest=/tmp/performa/oslo.messaging
- apt: name=python-dev
become: yes

View File

@ -19,7 +19,7 @@ setup:
- apt: name=daemon
become: yes
- name: installing omsimulator
git: repo=git://git.openstack.org/openstack/oslo.messaging
git: repo=https://git.openstack.org/openstack/oslo.messaging
dest=/tmp/performa/oslo.messaging
- apt: name=python-dev
become: yes