Swapnil Kulkarni 8d2084e1af Add build from source for Designate
Change-Id: I8491cab43697f2b0d40ddb72b428a918591cd22d
Partially-implements: blueprint install-from-source
2015-07-24 04:15:45 +00:00

12 lines
330 B
Plaintext

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