Remove tempest from list of projects that direct release.

This commit removes tempest from the list of projects that are
direct release. No when a tempest bug's fixing commit gets merged it
will be set to fix committed instead of fix released.

Change-Id: Iad9f2203e6694a428a7e4ab5be80c74a1fbb2016
Reviewed-on: https://review.openstack.org/36908
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Treinish 2013-07-12 17:27:46 -04:00 committed by Jenkins
parent e8d897d329
commit e0207dcc4a

View File

@ -196,7 +196,6 @@ def is_direct_release(full_project_name):
return full_project_name in [
'openstack/openstack-manuals',
'openstack/api-site',
'openstack/tempest',
'openstack-dev/devstack',
'openstack-infra/askbot-theme',
'openstack-infra/config',