From 5d06d19c5262d2250838149d646b3f1d4918d178 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 26 Jun 2013 15:32:47 +0200 Subject: [PATCH] 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 Reviewed-by: Jeremy Stanley Approved: Jeremy Stanley Tested-by: Jenkins --- jeepyb/cmd/update_bug.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jeepyb/cmd/update_bug.py b/jeepyb/cmd/update_bug.py index eab68f1..409da62 100644 --- a/jeepyb/cmd/update_bug.py +++ b/jeepyb/cmd/update_bug.py @@ -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',