Steven Dake 7606d589b4 Add build from source for Heat
Add build from source for Heat for the CentOS platform.

Change-Id: Ia69c5017873cff86aca05cfa5bf8be691a360210
Partially-implements: blueprint install-from-source
2015-07-14 18:45:54 -07:00

11 lines
311 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-2015.1.0.tar.gz}