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 review should result in no functional change.

Change-Id: I366b7a32aeedbd76d49c763b31ff4ec0b049190e
Story: #2004627
Task: #29701
This commit is contained in:
Ian Wienand 2019-03-12 05:40:12 +00:00
parent 47afa68392
commit 55235c5c22
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
IRONIC_VM_SPECS_RAM: 384
devstack_plugins:
ironic: git://git.openstack.org/openstack/ironic
ironic: https://git.openstack.org/openstack/ironic
devstack_services:
c-api: false
c-bak: false