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
diff --git a/update_bug.py b/update_bug.py
index ab0ee2c..72d1a46 100755
--- a/update_bug.py
+++ b/update_bug.py
@@ -107,12 +107,6 @@
 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',