Fix gnocchi in version_check script

Gnocchi is moved out of openstack/releases project.
Version-check need to be updated with gnocchi in
skipped projects.

Closes-Bug: #1703386
Change-Id: I2b37aeb7042756be534559615878e698275783c6
This commit is contained in:
Eduardo Gonzalez 2017-07-10 16:40:10 +02:00
parent e76e0093c1
commit 4097672aff
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RELEASE_REPO = 'https://github.com/openstack/releases'
TARGET = '/tmp/releases'
SKIP_PROJECTS = {
'gnocchi-base': 'Gnocchi is not managed by openstack/releases project',
'rally': 'Rally is not managed by openstack/releases project',
'nova-novncproxy': ('nova-novncproxy is not managed by'
' openstack/releases project'),