Make project list retrieval configurable

Now list of projects can be retrieved from both gerrit and github.

Change-Id: I4743dc618eff3a69e5d9291cb5c4b680c89dd3cf
This commit is contained in:
Ilya Shakhat
2014-12-05 18:28:08 +03:00
parent 5812efdbb1
commit 7323b684b2
8 changed files with 112 additions and 40 deletions

View File

@@ -333,8 +333,6 @@ def main():
default_data_processor.process(runtime_storage_inst,
default_data,
cfg.CONF.git_base_uri,
gerrit,
cfg.CONF.driverlog_data_uri)
process_program_list(runtime_storage_inst, cfg.CONF.program_list_uri)