From 2fa780427bc6c564d3c95f6f29128a4a4ffd9f51 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 28 Jun 2017 13:31:54 +0100 Subject: [PATCH] Move gnocchi to github repo Gnocchi was moved outside openstack infrastructure. This change moves gnocchi url to their github repo. Closes-Bug: #1700978 Change-Id: Ida554607d017818c64284f40d504f492c202d261 --- kolla/common/config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index 2db6f5e7d0..2eb8960eb4 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -328,9 +328,10 @@ SOURCES = { 'location': ('$tarballs_base/glance/' 'glance-master.tar.gz')}, 'gnocchi-base': { - 'type': 'url', - 'location': ('$tarballs_base/gnocchi/' - 'gnocchi-master.tar.gz')}, + 'type': 'git', + 'reference': 'master', + 'location': ('https://github.com/gnocchixyz/' + 'gnocchi.git')}, 'heat-base': { 'type': 'url', 'location': ('$tarballs_base/heat/'