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
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 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',