Transition to Neutron project in Launchpad

Gracefully handle the Launchpad project rename from Quantum to Neutron,
by redirecting changes to not-yet-renamed openstack/quantum repo to the
already-renamed "neutron" LP project (same for python-*client projects).

This should be accepted once the following LP support request is done:
https://answers.launchpad.net/launchpad/+question/231396

Change-Id: Ib47970716d6aef54d6a641bb78f966d5feb1e3bb
Reviewed-on: https://review.openstack.org/34549
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Thierry Carrez 2013-06-26 15:32:47 +02:00 committed by Jenkins
parent a8068d3f5f
commit 5d06d19c52
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ def git2lp(full_project_name):
"""Convert Git repo name to Launchpad project"""
project_map = {
'openstack/api-site': 'openstack-api-site',
'openstack/quantum': 'neutron',
'openstack/python-quantumclient': 'python-neutronclient',
'openstack/oslo-incubator': 'oslo',
'openstack-infra/askbot-theme': 'openstack-ci',
'openstack-infra/config': 'openstack-ci',