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