Merge "conf: Validate '[api] vendordata_providers' options"
This commit is contained in:
commit
fbf791ab22
@ -71,6 +71,7 @@ Possible values:
|
|||||||
* Any string that represents zero or more versions, separated by spaces.
|
* Any string that represents zero or more versions, separated by spaces.
|
||||||
"""),
|
"""),
|
||||||
cfg.ListOpt('vendordata_providers',
|
cfg.ListOpt('vendordata_providers',
|
||||||
|
item_type=cfg.types.String(choices=['StaticJSON', 'DynamicJSON']),
|
||||||
default=['StaticJSON'],
|
default=['StaticJSON'],
|
||||||
deprecated_group="DEFAULT",
|
deprecated_group="DEFAULT",
|
||||||
help="""
|
help="""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user