add mapping for django_openstack_auth
Launchpad does not support '_' in project names so adding a mapping
from the git project to the launchpad project.
Change-Id: I9f51b86eba2bdeaecf7f98549a4e19394fc5b6a3
diff --git a/jeepyb/projects.py b/jeepyb/projects.py
index 4e74b78..c1de885 100644
--- a/jeepyb/projects.py
+++ b/jeepyb/projects.py
@@ -144,6 +144,7 @@
'openstack/python-quantumclient': 'python-neutronclient',
'openstack/oslo-incubator': 'oslo',
'openstack/tripleo-incubator': 'tripleo',
+ 'openstack/django_openstack_auth': 'django-openstack-auth',
'openstack-infra/askbot-theme': 'openstack-ci',
'openstack-infra/config': 'openstack-ci',
'openstack-infra/devstack-gate': 'openstack-ci',