Add stackforge/puppet-tempest to git/lp mapping

Change-Id: I79a300be354f57d02919121488cf9d5f6add1d2c
Reviewed-on: https://review.openstack.org/30197
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-22 21:16:48 -04:00 committed by Jenkins
parent 2f3f54445f
commit 7260a91bf9

View File

@ -180,6 +180,7 @@ def git2lp(full_project_name):
'stackforge/puppet-openstack_dev_env': 'puppet-openstack', 'stackforge/puppet-openstack_dev_env': 'puppet-openstack',
'stackforge/puppet-quantum': 'puppet-openstack', 'stackforge/puppet-quantum': 'puppet-openstack',
'stackforge/puppet-swift': 'puppet-openstack', 'stackforge/puppet-swift': 'puppet-openstack',
'stackforge/puppet-tempest': 'puppet-openstack',
'stackforge/tripleo-image-elements': 'tripleo', 'stackforge/tripleo-image-elements': 'tripleo',
} }
return project_map.get(full_project_name, short_project(full_project_name)) return project_map.get(full_project_name, short_project(full_project_name))