Mark Duggan ed62fdf8c9 Adding cinder source image
Change-Id: I2ec195bc1ed0504244df00de6d7273ac702222c5
Co-authored by: Paul Bourke <paul.bourke@oracle.com>
Partially-Implements: blueprint install-from-source
2015-07-23 16:10:37 +00:00

12 lines
344 B
Plaintext

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