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
This commit is contained in:
Emilien Macchi 2013-08-09 17:50:10 +02:00
parent 6a63c1b91a
commit 3d4817c25f
2 changed files with 2 additions and 19 deletions

View File

@ -71,16 +71,8 @@ def short_project(full_project_name):
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))

View File

@ -176,17 +176,8 @@ def git2lp(full_project_name):
'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',
}