Add new git repo -> LP project mappings
Added mappings for python-{keystone,glance,melange,quantum}client
bugs to be tracked against the Launchpad main project.
Fixes bug 917661
Change-Id: I9570efe68e005fb9452c3061ab121d149cf49eb7
This commit is contained in:
@@ -101,7 +101,11 @@ def short_project(full_project_name):
|
||||
def git2lp(full_project_name):
|
||||
"""Convert Git repo name to Launchpad project"""
|
||||
project_map = {
|
||||
'openstack/python-glanceclient': 'glance',
|
||||
'openstack/python-keystoneclient': 'keystone',
|
||||
'openstack/python-melangeclient': 'melange',
|
||||
'openstack/python-novaclient': 'nova',
|
||||
'openstack/python-quantumclient': 'quantum',
|
||||
'openstack/openstack-ci-puppet': 'openstack-ci',
|
||||
}
|
||||
return project_map.get(full_project_name, short_project(full_project_name))
|
||||
|
||||
Reference in New Issue
Block a user