From 13f336900d671862d3ca322a4e878d9e4f915f68 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 29 Aug 2012 11:28:55 -0700 Subject: [PATCH] Test gerrit user sync with normal api endpoint. The development endpoint for the LP api has been in use for about a week giving is log data on its performance. Switch to the non development endpoint to gather data on that endpoint. Change-Id: I153dd396feddba47ea7576e53e6f34172732c02d Reviewed-on: https://review.openstack.org/12141 Reviewed-by: James E. Blair Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/launchpad_sync/files/update_gerrit_users.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/launchpad_sync/files/update_gerrit_users.py b/modules/launchpad_sync/files/update_gerrit_users.py index 4adbf0701d..e6b0d408e9 100755 --- a/modules/launchpad_sync/files/update_gerrit_users.py +++ b/modules/launchpad_sync/files/update_gerrit_users.py @@ -136,8 +136,7 @@ cur = conn.cursor() log.info('Connecting to launchpad') launchpad = Launchpad.login_with('Gerrit User Sync', LPNET_SERVICE_ROOT, GERRIT_CACHE_DIR, - credentials_file = GERRIT_CREDENTIALS, - version='devel') + credentials_file = GERRIT_CREDENTIALS) log.info('Connected to launchpad') def get_sub_teams(team, have_teams):