Remove project_list_uri config parameter
With the patch https://review.openstack.org/229966 Stackalytics gets list of project on per-release basis. The separate global parameter 'project_list_uri' is not needed anymore and may be safely removed. Change-Id: Ifcd579162b8a25c99cec24b854127cd26352b1c0
This commit is contained in:
@@ -240,7 +240,7 @@ def apply_corrections(uri, runtime_storage_inst):
|
||||
runtime_storage_inst.apply_corrections(valid_corrections)
|
||||
|
||||
|
||||
def process_project_list(runtime_storage_inst, project_list_uri):
|
||||
def process_project_list(runtime_storage_inst):
|
||||
module_groups = runtime_storage_inst.get_by_key('module_groups') or {}
|
||||
releases = runtime_storage_inst.get_by_key('releases') or {}
|
||||
|
||||
@@ -287,7 +287,7 @@ def main():
|
||||
default_data,
|
||||
cfg.CONF.driverlog_data_uri)
|
||||
|
||||
process_project_list(runtime_storage_inst, cfg.CONF.project_list_uri)
|
||||
process_project_list(runtime_storage_inst)
|
||||
|
||||
update_pids(runtime_storage_inst)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user