Use devel version of LP API.

For consistency use development version of the LP API in the scripts
that query the Launchpad API.

Change-Id: I39b145684563738dd5615d863720ec364c4987c3
Reviewed-on: https://review.openstack.org/11508
Reviewed-by: linuxjedi <andrew@linuxjedi.co.uk>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-08-16 14:10:45 -07:00 committed by Jenkins
parent c0df8b02fc
commit 29c6965bb2

View File

@ -47,7 +47,8 @@ for line in urllib.urlopen('http://wiki.openstack.org/Contributors?action=raw'):
launchpad = Launchpad.login_with('CLA Team Sync', LPNET_SERVICE_ROOT,
LP_CACHE_DIR,
credentials_file = LP_CREDENTIALS)
credentials_file = LP_CREDENTIALS,
version='devel')
lp_members = []