Paul Bourke 4a2ef1f21d Set curl as the default source install method
As much faster than git clone

Change-Id: I173592f1efceac61b49c37f994004cc41c641ae0
Closes-Bug: #1481670
2015-08-05 10:40:41 +00:00

14 lines
475 B
Plaintext

# Build info specific to this image. All values can be overridden in .buildconf
COMPONENT=nova
SOURCE_INSTALL_AVAILABLE=1
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/nova}
# Used for curl install method
# TODO(coolsvap) change to master once the changes
# in blueprint consolidate-libvirt-fs-volume-drivers
# Kolla bug : https://bugs.launchpad.net/kolla/+bug/1480231
: ${TARBALL_URI:=http://tarballs.openstack.org/nova/nova-2015.1.1.tar.gz}