diff --git a/nova/conf/api.py b/nova/conf/api.py index 6135d1236..4c163c8aa 100644 --- a/nova/conf/api.py +++ b/nova/conf/api.py @@ -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="""