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/'