From b58c77385ea08bbc431d8a4f764bb23f7fe2f1a5 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 31 Jul 2015 10:36:51 +0000 Subject: [PATCH] Temporary change the nova tar url Currently with the active development for blueprint [1] the nova image cannot be build from source. Need to revert back to master once the nova master is stable with the changes in [1] [1]https://blueprints.launchpad.net/nova/+spec/consolidate-libvirt-fs-volume-drivers Change-Id: I85509608df1f096438357ff1e7e52d75622c9cff Closes-Bug: #1480077 --- docker/centos/source/nova/nova-base/.buildinfo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/centos/source/nova/nova-base/.buildinfo b/docker/centos/source/nova/nova-base/.buildinfo index 9c548476f1..73722fcb93 100644 --- a/docker/centos/source/nova/nova-base/.buildinfo +++ b/docker/centos/source/nova/nova-base/.buildinfo @@ -8,4 +8,7 @@ SOURCE_INSTALL_AVAILABLE=1 : ${CLONE_FROM:=https://github.com/openstack/nova} # Used for curl install method -: ${TARBALL_URI:=http://tarballs.openstack.org/nova/nova-master.tar.gz} +# TODO(coolsvap) change to master once the changes +# in blueprint consolidate-libvirt-fs-volume-drivers +# Kolla bug : https://bugs.launchpad.net/kolla/+bug/1480231 +: ${TARBALL_URI:=http://tarballs.openstack.org/nova/nova-2015.1.1.tar.gz}