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: I7f904096fa0acb4182a28197f68594fd7beea2ee
This commit is contained in:
Ian Wienand 2019-03-24 20:33:55 +00:00
parent 26dd098fd4
commit 21bab85fb0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"description": "Horizon plugin for OpenStack Ironic.",
"repository": {
"type": "git",
"url": "git://git.openstack.org/openstack/ironic-ui"
"url": "https://git.openstack.org/openstack/ironic-ui"
},
"author": "Openstack <openstack-discuss@lists.openstack.org>",
"license": "Apache-2.0",

View File

@ -40,7 +40,7 @@ commands = {posargs}
[testenv:py3-dev]
basepython = python3
commands =
pip install {env:HORIZON_REPO:git+git://git.openstack.org/openstack/horizon}
pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon}
{[testenv]commands}
[testenv:cover]