kolla-ansible/docker/centos/source/neutron/neutron-base/.buildinfo
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

11 lines
321 B
Plaintext

# Build info specific to this image. All values can be overridden in .buildconf
COMPONENT=neutron
SOURCE_INSTALL_AVAILABLE=1
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/neutron}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/neutron/neutron-master.tar.gz}