Add stackforge/puppet-* to git/lp project map

The puppet-openstack project wishes to manage all puppet modules
hosted on stackforge in the same Launchpad project to ease management.

This patch adds the required mapping for Gerrit to find and update bugs
in the appropriate Launchpad project.

Change-Id: I59cf52ba22e0e16fdceb15f790487c62ec77d144
Reviewed-on: https://review.openstack.org/29404
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
diff --git a/jeepyb/cmd/update_bug.py b/jeepyb/cmd/update_bug.py
index 45382d1..983b62c 100644
--- a/jeepyb/cmd/update_bug.py
+++ b/jeepyb/cmd/update_bug.py
@@ -158,6 +158,15 @@
         'openstack-infra/reviewday': 'openstack-ci',
         'openstack-infra/statusbot': 'openstack-ci',
         'openstack-infra/zmq-event-publisher': 'openstack-ci',
+        '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',
     }
     return project_map.get(full_project_name, short_project(full_project_name))