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
This commit is contained in:
Eduardo Gonzalez 2017-06-28 13:31:54 +01:00
parent 06d84707ad
commit 2fa780427b
1 changed files with 4 additions and 3 deletions

View File

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