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: I1b8f55754dfeec2f62b26eabbf632b36a09acbd9
This commit is contained in:
Ian Wienand 2019-03-24 20:33:07 +00:00
parent eb73e1fa10
commit fa342417f7
1 changed files with 2 additions and 2 deletions

View File

@ -679,10 +679,10 @@ def git_clone_and_install(projects_yaml, core_project):
repositories:
- {name: keystone,
repository: 'git://git.openstack.org/openstack/keystone.git',
repository: 'https://git.openstack.org/openstack/keystone.git',
branch: 'stable/icehouse'}
- {name: requirements,
repository: 'git://git.openstack.org/openstack/requirements.git',
repository: 'https://git.openstack.org/openstack/requirements.git',
branch: 'stable/icehouse'}
directory: /mnt/openstack-git