![Mark Duggan](/assets/img/avatar_default.png)
Change-Id: I2ec195bc1ed0504244df00de6d7273ac702222c5 Co-authored by: Paul Bourke <paul.bourke@oracle.com> Partially-Implements: blueprint install-from-source
12 lines
344 B
Plaintext
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}
|