diff --git a/blazar/api/v2/controllers/types.py b/blazar/api/v2/controllers/types.py index bd764491..d1cf1baf 100644 --- a/blazar/api/v2/controllers/types.py +++ b/blazar/api/v2/controllers/types.py @@ -73,7 +73,7 @@ class CPUInfo(wtypes.UserType): """A type for matching CPU info from hypervisors.""" basetype = wtypes.text - name = 'cpuinfo' + name = 'cpuinfo as JSON formated str' @staticmethod def validate(value):