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 <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
4996d57db9
commit
13f336900d
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user