From f52b98c199acf467908b21bf81114de8b045692a Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Mon, 19 Oct 2015 11:27:36 +0000 Subject: [PATCH] Update requirements to use tarball by default This makes all of our defaults tarballs for consistency TrivialFix Change-Id: I4cb923a3319aa3dcba10dccf439a0193a42c1d55 --- etc/kolla/kolla-build.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/kolla/kolla-build.conf b/etc/kolla/kolla-build.conf index fd603b41ad..a18ec52590 100644 --- a/etc/kolla/kolla-build.conf +++ b/etc/kolla/kolla-build.conf @@ -57,9 +57,8 @@ # # pulls from master branch unless specified otherwise [openstack-base] -type = git -location = https://github.com/openstack/requirements.git -reference = master +type = url +location = https://github.com/openstack/requirements/tarball/master [ceilometer-base] type = url