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: Id6d29c0c5c0e993c90570f3e7e257734e9dbff06
This commit is contained in:
parent
b139fbdaa9
commit
8b507698c5
@ -49,7 +49,7 @@ NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1}
|
||||
FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24}
|
||||
|
||||
enable_plugin heat https://git.openstack.org/openstack/ master
|
||||
enable_plugin networking-sfc git://git.openstack.org/openstack/networking-sfc master
|
||||
enable_plugin networking-sfc https://git.openstack.org/openstack/networking-sfc master
|
||||
enable_plugin barbican https://git.openstack.org/openstack/barbican
|
||||
enable_plugin apmec https://github.com/pineunity/apmec.git master
|
||||
|
||||
|
@ -17,7 +17,7 @@ LOGFILE=$DEST/logs/stack.sh.log
|
||||
VERBOSE=True
|
||||
ENABLE_DEBUG_LOG_LEVEL=True
|
||||
ENABLE_VERBOSE_LOG_LEVEL=True
|
||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
||||
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
|
||||
|
||||
APMEC_MODE=standalone
|
||||
USE_BARBICAN=True
|
||||
|
@ -41,7 +41,7 @@ Getting the code
|
||||
|
||||
Grab the code::
|
||||
|
||||
git clone git://git.openstack.org/openstack/apmec.git
|
||||
git clone https://git.openstack.org/openstack/apmec.git
|
||||
cd apmec
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@ is the target branch, the <branch-name> is stable/pike.
|
||||
VERBOSE=True
|
||||
ENABLE_DEBUG_LOG_LEVEL=True
|
||||
ENABLE_VERBOSE_LOG_LEVEL=True
|
||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
||||
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
|
||||
|
||||
APMEC_MODE=standalone
|
||||
USE_BARBICAN=True
|
||||
|
Loading…
Reference in New Issue
Block a user