Merge "conf: Validate '[api] vendordata_providers' options"

This commit is contained in:
Zuul 2018-02-01 23:55:53 +00:00 committed by Gerrit Code Review
commit fbf791ab22

View File

@ -71,6 +71,7 @@ Possible values:
* Any string that represents zero or more versions, separated by spaces.
"""),
cfg.ListOpt('vendordata_providers',
item_type=cfg.types.String(choices=['StaticJSON', 'DynamicJSON']),
default=['StaticJSON'],
deprecated_group="DEFAULT",
help="""