Adds openstack/api-site mapping to openstack-api-site Launchpad project.

Adds openstack/api-site to the list of "gets released" projects.

Fix bug 1086528

Change-Id: I8a6cfbbbb0f77b0f74be74ad647682bbbca89c20
Reviewed-on: https://review.openstack.org/17502
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
annegentle 2012-12-04 13:47:37 -06:00 committed by Jenkins
parent e0d18ce7aa
commit 6e13f9de23
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ def git2lp(full_project_name):
'openstack-ci/lodgeit': 'openstack-ci',
'openstack-ci/meetbot': 'openstack-ci',
'openstack-ci/jeepyb': 'openstack-ci',
'openstack/api-site': 'openstack-api-site',
'openstack/oslo-incubator': 'oslo',
}
return project_map.get(full_project_name, short_project(full_project_name))
@ -131,6 +132,7 @@ def is_direct_release(full_project_name):
'openstack/openstack-ci-puppet',
'openstack-ci/jeepyb',
'openstack/openstack-manuals',
'openstack/api-site',
'openstack/tempest',
]