Steven Dake 75e7490df9 Add build from source for Magnum
Add build from source for Magnum for the CentOS platform.
Partially-implements: blueprint install-from-source

Change-Id: I4bdec4711806e8ad965b0cdaf946d4bc9bed6dcb
2015-07-16 11:35:28 -07:00

11 lines
319 B
Plaintext

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