7285ac03bb
Container with glance installed from source. Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net"> Partially Implements: blueprint install-from-source Change-Id: I73071415023b141b760f6c4cc5b181a97a4f7552
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
# Build info specific to this image. All values can be overridden in .buildconf
|
|
COMPONENT=glance
|
|
SOURCE_INSTALL_AVAILABLE=1
|
|
|
|
# Used for git install method
|
|
: ${CLONE_FROM:=https://github.com/openstack/glance}
|
|
|
|
# Used for curl install method
|
|
: ${TARBALL_URI:=http://tarballs.openstack.org/glance/glance-master.tar.gz}
|