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
This commit is contained in:
Matthew Treinish 2013-07-12 17:27:46 -04:00
parent e8d897d329
commit e127f9a88a
1 changed files with 0 additions and 1 deletions

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',