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