Support of a new format of projects.yaml
Recently the program definition file was changed in governance repo. The new format is project oriented, incubation status is removed and integration status is specified as tag. Closes bug 1417385 Change-Id: I06d8c27d7afac2660f09175e17173b8e089485e1
This commit is contained in:
@@ -45,10 +45,10 @@ OPTS = [
|
||||
help='SSH username for gerrit review system access'),
|
||||
cfg.BoolOpt('force-update', default=False,
|
||||
help='Forcibly read default data and update records'),
|
||||
cfg.StrOpt('program-list-uri',
|
||||
cfg.StrOpt('project-list-uri',
|
||||
default=('https://git.openstack.org/cgit/'
|
||||
'openstack/governance/plain/reference/programs.yaml'),
|
||||
help='The address of file with list of programs'),
|
||||
'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