Update Launchpad projects for puppet modules

Since we've decided to split puppet-openstack launchpad page into
several sub-projects, this patch update the configuration to
support both blueprints & bugs for all current puppet modules
in StackForge.

Change-Id: Iaef1de681507e9de9d80d6fecd2e5e56ca960a1a
diff --git a/jeepyb/cmd/update_blueprint.py b/jeepyb/cmd/update_blueprint.py
index cbf7649..738ba13 100644
--- a/jeepyb/cmd/update_blueprint.py
+++ b/jeepyb/cmd/update_blueprint.py
@@ -71,16 +71,8 @@
 def git2lp(full_project_name):
     """Convert Git repo name to Launchpad project."""
     project_map = {
-        'stackforge/puppet-ceilometer': 'puppet-openstack',
-        'stackforge/puppet-cinder': 'puppet-openstack',
-        'stackforge/puppet-glance': 'puppet-openstack',
-        'stackforge/puppet-horizon': 'puppet-openstack',
-        'stackforge/puppet-keystone': 'puppet-openstack',
-        'stackforge/puppet-nova': 'puppet-openstack',
         'stackforge/puppet-openstack_dev_env': 'puppet-openstack',
-        'stackforge/puppet-quantum': 'puppet-openstack',
-        'stackforge/puppet-swift': 'puppet-openstack',
-        'stackforge/puppet-tempest': 'puppet-openstack',
+        'stackforge/puppet-quantum': 'puppet-neutron',
     }
     return project_map.get(full_project_name, short_project(full_project_name))
 
diff --git a/jeepyb/cmd/update_bug.py b/jeepyb/cmd/update_bug.py
index 21cc030..91c674f 100644
--- a/jeepyb/cmd/update_bug.py
+++ b/jeepyb/cmd/update_bug.py
@@ -176,17 +176,8 @@
         'stackforge/cookbook-openstack-ops-messaging': 'openstack-chef',
         'stackforge/cookbook-openstack-orchestration': 'openstack-chef',
         'stackforge/openstack-chef-repo': 'openstack-chef',
-        'stackforge/puppet-ceilometer': 'puppet-openstack',
-        'stackforge/puppet-cinder': 'puppet-openstack',
-        'stackforge/puppet-glance': 'puppet-openstack',
-        'stackforge/puppet-heat': 'puppet-openstack',
-        'stackforge/puppet-horizon': 'puppet-openstack',
-        'stackforge/puppet-keystone': 'puppet-openstack',
-        'stackforge/puppet-nova': 'puppet-openstack',
         'stackforge/puppet-openstack_dev_env': 'puppet-openstack',
-        'stackforge/puppet-quantum': 'puppet-openstack',
-        'stackforge/puppet-swift': 'puppet-openstack',
-        'stackforge/puppet-tempest': 'puppet-openstack',
+        'stackforge/puppet-quantum': 'puppet-neutron',
         'stackforge/tripleo-heat-templates': 'tripleo',
         'stackforge/tripleo-image-elements': 'tripleo',
     }