Set curl as the default source install method

As much faster than git clone

Change-Id: I173592f1efceac61b49c37f994004cc41c641ae0
Closes-Bug: #1481670
This commit is contained in:
Paul Bourke 2015-08-05 10:40:41 +00:00
parent 12b70241ba
commit 4a2ef1f21d
4 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,6 @@
COMPONENT=cinder
SOURCE_INSTALL_AVAILABLE=1
SOURCE_INSTALL_METHOD=curl
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/cinder}

View File

@ -1,6 +1,5 @@
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=neutron
SOURCE_INSTALL_AVAILABLE=1

View File

@ -1,6 +1,5 @@
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=nova
SOURCE_INSTALL_AVAILABLE=1

View File

@ -2,7 +2,7 @@
set -e
: ${SOURCE_INSTALL_METHOD:=git}
: ${SOURCE_INSTALL_METHOD:=curl}
: ${GIT_REF:=master}
: ${LOCAL_SOURCE:=/tmp/${COMPONENT}}