From de5f3f8e4ddf68802bedf2dbb3a98cd6fda743ed Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 3 May 2012 13:11:53 -0700 Subject: [PATCH] Add python-cinderclient support. Add python-cinderclient to pull-requests closing., Add python-cinderclient jenkins jobs. Re-add cinder and python-openstackclient and python-glanceclient to jenkins. Change-Id: I415a0f6586f6c22036715513c38b5105ff319809 --- update_bug.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_bug.py b/update_bug.py index 8afcb3b..f322332 100755 --- a/update_bug.py +++ b/update_bug.py @@ -101,6 +101,7 @@ def short_project(full_project_name): def git2lp(full_project_name): """Convert Git repo name to Launchpad project""" project_map = { + 'openstack/python-cinderclient': 'cinder', 'openstack/python-glanceclient': 'glance', 'openstack/python-keystoneclient': 'keystone', 'openstack/python-melangeclient': 'melange',