Get project list from gerrit

There is no need to interact with github. The full project list can
be retreived from a single query to gerrit to get the full project
list.

Change-Id: I49a7c3a7ff7d070b8a166c11e66475870cdcd6ca
This commit is contained in:
Monty Taylor
2014-06-11 10:10:40 -07:00
committed by Ilya Shakhat
parent f9fab11716
commit 3edba4b907
7 changed files with 52 additions and 23 deletions

View File

@@ -37,6 +37,8 @@ OPTS = [
help='The address of file with corrections data'),
cfg.StrOpt('review-uri', default='gerrit://review.openstack.org',
help='URI of review system'),
cfg.StrOpt('git-base-uri', default='git://git.openstack.org',
help='git base location'),
cfg.StrOpt('ssh-key-filename', default='/home/user/.ssh/id_rsa',
help='SSH key for gerrit review system access'),
cfg.StrOpt('ssh-username', default='user',