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
This commit is contained in:
Mathieu Gagné 2013-05-16 12:46:09 -04:00 committed by Jenkins
parent f57025d559
commit 0c1647a683

@ -158,6 +158,15 @@ def git2lp(full_project_name):
'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))