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

View File

@ -16,8 +16,8 @@ install_command = pip install {opts} {packages}
# dependencies (include Cinder in required-projects). This allows us to also
# run local tests against master.
deps= -r{toxinidir}/test-requirements.txt
git+git://git.openstack.org/openstack/os-brick#egg=os-brick
git+git://git.openstack.org/openstack/cinder#egg=cinder
git+https://git.openstack.org/openstack/os-brick#egg=os-brick
git+https://git.openstack.org/openstack/cinder#egg=cinder
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete