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:
parent
12b70241ba
commit
4a2ef1f21d
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
COMPONENT=cinder
|
COMPONENT=cinder
|
||||||
SOURCE_INSTALL_AVAILABLE=1
|
SOURCE_INSTALL_AVAILABLE=1
|
||||||
SOURCE_INSTALL_METHOD=curl
|
|
||||||
|
|
||||||
# Used for git install method
|
# Used for git install method
|
||||||
: ${CLONE_FROM:=https://github.com/openstack/cinder}
|
: ${CLONE_FROM:=https://github.com/openstack/cinder}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# Build info specific to this image. All values can be overridden in .buildconf
|
# Build info specific to this image. All values can be overridden in .buildconf
|
||||||
|
|
||||||
SOURCE_INSTALL_METHOD=curl
|
|
||||||
COMPONENT=neutron
|
COMPONENT=neutron
|
||||||
SOURCE_INSTALL_AVAILABLE=1
|
SOURCE_INSTALL_AVAILABLE=1
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# Build info specific to this image. All values can be overridden in .buildconf
|
# Build info specific to this image. All values can be overridden in .buildconf
|
||||||
|
|
||||||
SOURCE_INSTALL_METHOD=curl
|
|
||||||
COMPONENT=nova
|
COMPONENT=nova
|
||||||
SOURCE_INSTALL_AVAILABLE=1
|
SOURCE_INSTALL_AVAILABLE=1
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
: ${SOURCE_INSTALL_METHOD:=git}
|
: ${SOURCE_INSTALL_METHOD:=curl}
|
||||||
: ${GIT_REF:=master}
|
: ${GIT_REF:=master}
|
||||||
: ${LOCAL_SOURCE:=/tmp/${COMPONENT}}
|
: ${LOCAL_SOURCE:=/tmp/${COMPONENT}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user