Ingore monasca-thresh in version-check.py

monasca-thresh package is not published in
tarballs.openstack.org and fails to detect
proper version for it.
Add to external managed packages list

Change-Id: I5da4da1f5291e993fdcd04177c634147204ad9ed
(cherry picked from 3b264a919a)
This commit is contained in:
Eduardo Gonzalez 2018-09-14 16:50:19 +02:00 committed by Mark Goddard
parent 1319564bff
commit f1735e25c8
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ SKIP_PROJECTS = {
' openstack/releases project'),
'nova-spicehtml5proxy': ('nova-spicehtml5proxy is not managed'
' by openstack/releases project'),
'openstack-base': 'There is no tag for requirements project'
'openstack-base': 'There is no tag for requirements project',
'monasca-thresh': 'Package not published in tarballs.openstack.org'
}
RE_DEFAULT_BRANCH = re.compile('^defaultbranch=stable/(.*)')