Remove ignore tempest project in version-check

Tempest is present in openstack/releases project

Change-Id: Ib4c48108ecfe9eb9e3276ed039af083438385837
Closes-Bug: #1703395
This commit is contained in:
Eduardo Gonzalez 2017-07-10 16:51:02 +02:00
parent e76e0093c1
commit 8c6585155d
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ 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',
'tempest': 'tempest is not managed by openstack/releases project'
'openstack-base': 'There is no tag for requirements project'
}
RE_DEFAULT_BRANCH = re.compile('^defaultbranch=stable/(.*)')