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:
@@ -44,10 +44,6 @@ PROCESSOR_OPTS = [
|
||||
help='SSH key for gerrit review system access'),
|
||||
cfg.StrOpt('ssh-username', default='user',
|
||||
help='SSH username for gerrit review system access'),
|
||||
cfg.StrOpt('project-list-uri',
|
||||
default=('https://git.openstack.org/cgit/'
|
||||
'openstack/governance/plain/reference/projects.yaml'),
|
||||
help='The address of file with the official projects list'),
|
||||
cfg.StrOpt('driverlog-data-uri',
|
||||
default='https://git.openstack.org/cgit/'
|
||||
'stackforge/driverlog/plain/etc/default_data.json',
|
||||
|
||||
Reference in New Issue
Block a user