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: Ia9c5972de9eba9f9322aa389a2848b7ee364c07e
This commit is contained in:
parent
4935b1d614
commit
40ca0cef03
@ -50,7 +50,7 @@ ensure_swap
|
||||
#REPLACE_ENV
|
||||
|
||||
export PROJECTS="openstack/os-xenapi $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG=${DEVSTACK_LOCAL_CONFIG:-"enable_plugin os-xenapi git://git.openstack.org/openstack/os-xenapi"}
|
||||
export DEVSTACK_LOCAL_CONFIG=${DEVSTACK_LOCAL_CONFIG:-"enable_plugin os-xenapi https://git.openstack.org/openstack/os-xenapi"}
|
||||
|
||||
export ZUUL_PROJECT=${ZUUL_PROJECT:-openstack/nova}
|
||||
export ZUUL_BRANCH=${ZUUL_BRANCH:-master}
|
||||
|
Loading…
Reference in New Issue
Block a user