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
This commit is contained in:
Swapnil Kulkarni 2015-07-31 10:36:51 +00:00
parent f8fe9372e0
commit b58c77385e

@ -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}