Skip to content
Snippets Groups Projects
Commit 4a2ef1f2 authored by Paul Bourke's avatar Paul Bourke
Browse files

Set curl as the default source install method

As much faster than git clone

Change-Id: I173592f1efceac61b49c37f994004cc41c641ae0
Closes-Bug: #1481670
parent 12b70241
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=neutron
SOURCE_INSTALL_AVAILABLE=1
......
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=nova
SOURCE_INSTALL_AVAILABLE=1
......
......@@ -2,7 +2,7 @@
set -e
: ${SOURCE_INSTALL_METHOD:=git}
: ${SOURCE_INSTALL_METHOD:=curl}
: ${GIT_REF:=master}
: ${LOCAL_SOURCE:=/tmp/${COMPONENT}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment