From b56c5f3f755dd9015c9468c4b540e562c262f541 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 4 Jul 2012 12:43:27 +0200 Subject: [PATCH] No longer mark bug fixes in parent project Stop marking python-PROJECT client bug fixes as fixed in PROJECT, by removing the exception mapping. This is due to client projects now having their own Launchpad project. Change-Id: I56471c9efff143f79421729880626c5e78c6200b --- modules/gerrit/files/scripts/update_bug.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/gerrit/files/scripts/update_bug.py b/modules/gerrit/files/scripts/update_bug.py index ab0ee2ca15..72d1a46d20 100755 --- a/modules/gerrit/files/scripts/update_bug.py +++ b/modules/gerrit/files/scripts/update_bug.py @@ -107,12 +107,6 @@ def short_project(full_project_name): def git2lp(full_project_name): """Convert Git repo name to Launchpad project""" project_map = { - 'openstack/python-cinderclient': 'cinder', - 'openstack/python-glanceclient': 'glance', - 'openstack/python-keystoneclient': 'keystone', - 'openstack/python-melangeclient': 'melange', - 'openstack/python-novaclient': 'nova', - 'openstack/python-quantumclient': 'quantum', 'openstack/openstack-ci-puppet': 'openstack-ci', 'openstack-ci/devstack-gate': 'openstack-ci', 'openstack-ci/gerrit': 'openstack-ci',